summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/components
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-01-15 18:41:41 +0000
committerDavid Hill <[email protected]>2026-01-15 19:15:21 +0000
commitbb6e350d68da9b5cfcd4bef9c8294344072e58f5 (patch)
treeb67611ab22a4ee2e1f7304f781b429871435d45b /packages/app/src/components
parentf9a441d4f4bccc741c549a5923fb82e102fcc846 (diff)
downloadopencode-bb6e350d68da9b5cfcd4bef9c8294344072e58f5.tar.gz
opencode-bb6e350d68da9b5cfcd4bef9c8294344072e58f5.zip
fix: move left panel toggle over
- not sure how this impacts on the titlebar when the traffic lights are there
Diffstat (limited to 'packages/app/src/components')
-rw-r--r--packages/app/src/components/titlebar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/components/titlebar.tsx b/packages/app/src/components/titlebar.tsx
index 5cf9f74bc..2192ed0e4 100644
--- a/packages/app/src/components/titlebar.tsx
+++ b/packages/app/src/components/titlebar.tsx
@@ -88,7 +88,7 @@ export function Titlebar() {
onClick={layout.mobileSidebar.toggle}
/>
<TooltipKeybind
- class="hidden xl:flex shrink-0"
+ class="hidden xl:flex shrink-0 ml-14"
placement="bottom"
title="Toggle sidebar"
keybind={command.keybind("sidebar.toggle")}