fix(ui): match the mobile sidebar trigger to the icon button size

The floating hamburger was size-9 (36px) next to size-10 (40px) icon buttons, so
it read as too small. Bump it to size-10 to match.
This commit is contained in:
Paulo Castellano 2026-07-18 08:55:49 -03:00
parent 0716ea0bd5
commit 13e5bdb761

View file

@ -52,7 +52,7 @@ onBeforeUnmount(() => {
</AppHeader>
<SidebarTrigger
v-else
class="absolute left-2 top-2 z-30 size-9 rounded-md border-2 border-foreground bg-card text-foreground shadow-2xs md:hidden"
class="absolute left-2 top-2 z-30 size-10 rounded-md border-2 border-foreground bg-card text-foreground shadow-2xs md:hidden"
/>
<div
:class="