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( <> -
+
⚔️ D+{Math.floor((currentTime - new Date('2026-03-01T00:00:00Z').getTime()) / (1000 * 60 * 60 * 24))} diff --git a/frontend/src/components/korea/KoreaMap.tsx b/frontend/src/components/korea/KoreaMap.tsx index 1699aef..02497da 100644 --- a/frontend/src/components/korea/KoreaMap.tsx +++ b/frontend/src/components/korea/KoreaMap.tsx @@ -784,7 +784,7 @@ export function KoreaMap({ ships, allShips, aircraft, satellites, layers, osintF > {s.mmsi} {s.name || '-'} - {s.flag || '??'} + {s.flag || '-'} {s.mtCategory || '-'} {s.speed?.toFixed(1)}kn