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:
parent
0716ea0bd5
commit
13e5bdb761
1 changed files with 1 additions and 1 deletions
|
|
@ -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="
|
||||
|
|
|
|||
Loading…
Reference in a new issue