Ensure topbar pill contains icons

This commit is contained in:
Your Name 2025-12-25 17:43:54 -05:00
parent a2bc6ad608
commit 35fb6cf5b7
1 changed files with 2 additions and 1 deletions

View File

@ -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) */