fix: add 8px left margin to sidebar toggle on desktop
This commit is contained in:
@@ -110,7 +110,7 @@ export function Titlebar() {
|
|||||||
</div>
|
</div>
|
||||||
</Show>
|
</Show>
|
||||||
<TooltipKeybind
|
<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"
|
placement="bottom"
|
||||||
title={language.t("command.sidebar.toggle")}
|
title={language.t("command.sidebar.toggle")}
|
||||||
keybind={command.keybind("sidebar.toggle")}
|
keybind={command.keybind("sidebar.toggle")}
|
||||||
|
|||||||
Reference in New Issue
Block a user