summaryrefslogtreecommitdiffhomepage
path: root/packages/app
diff options
context:
space:
mode:
Diffstat (limited to 'packages/app')
-rw-r--r--packages/app/src/components/titlebar.tsx11
1 files changed, 4 insertions, 7 deletions
diff --git a/packages/app/src/components/titlebar.tsx b/packages/app/src/components/titlebar.tsx
index a1ce45a97..09e896fb5 100644
--- a/packages/app/src/components/titlebar.tsx
+++ b/packages/app/src/components/titlebar.tsx
@@ -80,14 +80,11 @@ export function Titlebar() {
onMouseDown={drag}
>
<Show when={mac()}>
- <div class="w-[72px] h-full shrink-0" data-tauri-drag-region />
+ <div class="w-[72px] h-full shrink-0 xl:block hidden" data-tauri-drag-region />
</Show>
- <IconButton
- icon="menu"
- variant="ghost"
- class="xl:hidden size-8 rounded-md"
- onClick={layout.mobileSidebar.toggle}
- />
+ <div class="xl:hidden w-[48px] shrink-0 flex items-center justify-center">
+ <IconButton icon="menu" variant="ghost" class="size-8 rounded-md" onClick={layout.mobileSidebar.toggle} />
+ </div>
<TooltipKeybind
class={web() ? "hidden xl:flex shrink-0 ml-14" : "hidden xl:flex shrink-0"}
placement="bottom"