Przeglądaj źródła

fix(app): adjust titlebar left spacing

David Hill 3 tygodni temu
rodzic
commit
1fffbc6fb3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/app/src/components/titlebar.tsx

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

@@ -165,7 +165,7 @@ export function Titlebar() {
             />
           </div>
         </Show>
-        <div class="flex items-center gap-1 shrink-0">
+        <div class="flex items-center gap-3 shrink-0">
           <TooltipKeybind
             class={web() ? "hidden xl:flex shrink-0 ml-14" : "hidden xl:flex shrink-0 ml-2"}
             placement="bottom"