فهرست منبع

fix: add 8px left margin to sidebar toggle on desktop

David Hill 7 ماه پیش
والد
کامیت
7b0ad87781
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/app/src/components/titlebar.tsx

+ 1 - 1
packages/app/src/components/titlebar.tsx

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