Przeglądaj źródła

tweak(app): reduce titlebar right padding

Use pr-2 (instead of pr-6) on the titlebar right section when not on Windows.
David Hill 6 miesięcy temu
rodzic
commit
0cb11c2412
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

@@ -274,7 +274,7 @@ export function Titlebar() {
       <div
         classList={{
           "flex items-center min-w-0 justify-end": true,
-          "pr-6": !windows(),
+          "pr-2": !windows(),
         }}
         onMouseDown={drag}
       >