mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-08 22:47:02 +02:00
fix: increase menu button size on mobile
This commit is contained in:
@@ -239,8 +239,8 @@ export function EventMenu({
|
||||
return (
|
||||
<DropdownMenu>
|
||||
<DropdownMenuTrigger asChild>
|
||||
<button className="hover:text-foreground text-muted-foreground transition-colors">
|
||||
<Menu className="size-3" />
|
||||
<button className="min-h-[44px] min-w-[44px] md:min-h-0 md:min-w-0 flex items-center justify-center hover:text-foreground text-muted-foreground transition-colors">
|
||||
<Menu className="size-4 md:size-3" />
|
||||
</button>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent align="end" className="w-56">
|
||||
|
||||
Reference in New Issue
Block a user