Skip to content

Commit d7cca68

Browse files
committed
feat(ui): Add a pixel of more padding to custom titlebar
1 parent db6e995 commit d7cca68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/ui/components/WindowFrame.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function WindowFrame() {
5252

5353
return (
5454
<Show when={settings().custom_frame}>
55-
<div class="z-[99999] h-8 w-screen flex flex-row items-center justify-between gap-0.5 bg-page-elevated pr-0.5" data-tauri-drag-region>
55+
<div class="z-[99999] h-8 w-screen flex flex-row items-center justify-between gap-0.5 bg-page-elevated py-0.5" data-tauri-drag-region>
5656
<div class="flex flex-row items-center">
5757
<TitlebarButton icon={ChevronLeftIcon} onClick={() => history.back()} />
5858
</div>

0 commit comments

Comments
 (0)