mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 14:30:29 +00:00
fix: move left panel toggle over
- not sure how this impacts on the titlebar when the traffic lights are there
This commit is contained in:
parent
f9a441d4f4
commit
bb6e350d68
2 changed files with 3 additions and 3 deletions
|
|
@ -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")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue