|
@@ -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")}
|