From 62eb7e6e58db32595f8ab6f7c609c32a3fa97b12 Mon Sep 17 00:00:00 2001 From: nessi Date: Tue, 3 Feb 2026 20:27:21 +0100 Subject: [PATCH] Update user menu display for cleaner interface Replaced the email with a generic "Account" label in the user menu for better design consistency and to avoid truncation issues. Adjusted the dropdown max width to 180px for improved alignment with the new layout. --- frontend/src/App.jsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 090a6f3..5b9d8d9 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -643,9 +643,7 @@ export default function App() { title="User Menü" > 👤 - - {me.email} - + Account @@ -1419,7 +1417,7 @@ const styles = { fontWeight: 900, cursor: "pointer", boxShadow: "inset 0 1px 0 rgba(255,255,255,0.06)", - maxWidth: 260, + maxWidth: 180, }, userDropdown: {