From 35fb6cf5b727cbcf4af9a0a131c95a98b0e41b37 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 25 Dec 2025 17:43:54 -0500 Subject: [PATCH] Ensure topbar pill contains icons --- src/styles/topbar.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/topbar.css b/src/styles/topbar.css index 7f52027..8d44c23 100644 --- a/src/styles/topbar.css +++ b/src/styles/topbar.css @@ -465,7 +465,8 @@ body[data-theme="light"] .user-avatar{ border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(10px); min-height: 44px; - overflow: hidden; + min-width: max-content; + overflow: visible; } /* User chip used by TopBar.jsx (missing styles before) */