mirror of
https://github.com/hoornet/vega.git
synced 2026-07-03 07:14:01 -07:00
Fix lightbox Escape navigating away, sidebar profile hidden at large font
This commit is contained in:
@@ -120,8 +120,12 @@ export function Sidebar() {
|
||||
})}
|
||||
</nav>
|
||||
|
||||
{/* Account switcher (full) — expanded only */}
|
||||
{!c && <AccountSwitcher />}
|
||||
{/* Account switcher (full) — expanded only, always visible at bottom */}
|
||||
{!c && (
|
||||
<div className="shrink-0">
|
||||
<AccountSwitcher />
|
||||
</div>
|
||||
)}
|
||||
|
||||
</aside>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user