diff --git a/frontend/src/App.css b/frontend/src/App.css index bc9f6e4..6ac030e 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -1991,6 +1991,19 @@ color: var(--kcg-muted) !important; } +#dashboard-header-slot { + display: flex; + flex: 1; + gap: 6px; + align-items: center; + justify-content: center; + position: relative; +} +#dashboard-header-slot > .mode-toggle-left { + position: absolute; + left: 0; +} + /* ======================== */ /* Mode Toggle (LIVE/REPLAY) */ /* ======================== */ diff --git a/frontend/src/components/iran/IranDashboard.tsx b/frontend/src/components/iran/IranDashboard.tsx index ae63a59..a1a5d63 100644 --- a/frontend/src/components/iran/IranDashboard.tsx +++ b/frontend/src/components/iran/IranDashboard.tsx @@ -121,7 +121,7 @@ const IranDashboard = ({ <> {headerSlot && createPortal( <> -