Changes
This commit is contained in:
@@ -54,7 +54,7 @@ const AccountMenu = () => {
|
|||||||
</DropdownMenuTrigger>
|
</DropdownMenuTrigger>
|
||||||
<DropdownMenuContent
|
<DropdownMenuContent
|
||||||
align="end"
|
align="end"
|
||||||
className="bg-background border border-border shadow-lg z-50 min-w-[160px] p-0"
|
className="bg-background border border-border shadow-lg z-50 p-0 w-[var(--radix-dropdown-menu-trigger-width)]"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
onClick={() => handleOpenAuth("signup")}
|
onClick={() => handleOpenAuth("signup")}
|
||||||
|
|||||||
Reference in New Issue
Block a user