Ensure topbar pill contains icons
This commit is contained in:
parent
a2bc6ad608
commit
35fb6cf5b7
|
|
@ -465,7 +465,8 @@ body[data-theme="light"] .user-avatar{
|
||||||
border: 1px solid rgba(255,255,255,.14);
|
border: 1px solid rgba(255,255,255,.14);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
min-height: 44px;
|
min-height: 44px;
|
||||||
overflow: hidden;
|
min-width: max-content;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* User chip used by TopBar.jsx (missing styles before) */
|
/* User chip used by TopBar.jsx (missing styles before) */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue