From 49cdec6e6cfbbdf5457eedeec6803865921bd5a7 Mon Sep 17 00:00:00 2001 From: padreug Date: Wed, 7 Jan 2026 01:32:57 +0100 Subject: [PATCH] Fix profile dropdown width to show full currency display MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- src/components/layout/AppTopBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/AppTopBar.vue b/src/components/layout/AppTopBar.vue index 3fae1d2..eb1fe00 100644 --- a/src/components/layout/AppTopBar.vue +++ b/src/components/layout/AppTopBar.vue @@ -170,7 +170,7 @@ const navigateToNotifications = () => { - +