This commit is contained in:
legop3
2026-01-28 14:11:44 -05:00
parent d2722e40cc
commit 2cc0ce962f
6 changed files with 42 additions and 33 deletions
+6 -1
View File
@@ -39,7 +39,12 @@ function DriveDockPanel() {
return (
<section className="panel-section flex h-full flex-col gap-0.5">
<DriveDockAction layout="desktop" expand={hideInlineControls} driveDockState={driveDockState} />
<DriveDockAction
layout="desktop"
expand={hideInlineControls}
fill={!hideInlineControls}
driveDockState={driveDockState}
/>
{!hideInlineControls ? <InlineCameraTilt keymap={keymap} /> : null}
</section>
);