Fix profile dropdown width to show full currency display

- Increase dropdown width from w-56 to w-64
- Prevents EverQuest-style coin display from being cut off

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
padreug 2026-01-07 01:32:57 +01:00
parent b4e2b0a173
commit 49cdec6e6c

View file

@ -170,7 +170,7 @@ const navigateToNotifications = () => {
</span> </span>
</Button> </Button>
</DropdownMenuTrigger> </DropdownMenuTrigger>
<DropdownMenuContent align="end" class="w-56"> <DropdownMenuContent align="end" class="w-64">
<!-- Wallet Balance --> <!-- Wallet Balance -->
<DropdownMenuItem @click="() => router.push('/wallet')" class="gap-2"> <DropdownMenuItem @click="() => router.push('/wallet')" class="gap-2">
<Wallet class="h-4 w-4 text-muted-foreground" /> <Wallet class="h-4 w-4 text-muted-foreground" />