Skip to content

Commit 0cb11c2

Browse files
committed
tweak(app): reduce titlebar right padding
Use pr-2 (instead of pr-6) on the titlebar right section when not on Windows.
1 parent 9b1d704 commit 0cb11c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/titlebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ export function Titlebar() {
274274
<div
275275
classList={{
276276
"flex items-center min-w-0 justify-end": true,
277-
"pr-6": !windows(),
277+
"pr-2": !windows(),
278278
}}
279279
onMouseDown={drag}
280280
>

0 commit comments

Comments
 (0)