Skip to content

Commit

Permalink
feat(ui): Add a pixel of more padding to custom titlebar
Browse files Browse the repository at this point in the history
  • Loading branch information
LynithDev committed Nov 29, 2024
1 parent db6e995 commit d7cca68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/ui/components/WindowFrame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function WindowFrame() {

return (
<Show when={settings().custom_frame}>
<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>
<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>
<div class="flex flex-row items-center">
<TitlebarButton icon={ChevronLeftIcon} onClick={() => history.back()} />
</div>
Expand Down

0 comments on commit d7cca68

Please sign in to comment.