mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
fix: add 8px left margin to sidebar toggle on desktop
This commit is contained in:
parent
3b92d5c1c6
commit
7b0ad87781
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ export function Titlebar() {
|
|||
</div>
|
||||
</Show>
|
||||
<TooltipKeybind
|
||||
class={web() ? "hidden xl:flex shrink-0 ml-14" : "hidden xl:flex shrink-0"}
|
||||
class={web() ? "hidden xl:flex shrink-0 ml-14" : "hidden xl:flex shrink-0 ml-2"}
|
||||
placement="bottom"
|
||||
title={language.t("command.sidebar.toggle")}
|
||||
keybind={command.keybind("sidebar.toggle")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue