diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index f3b30a1..55b51c1 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -4308,31 +4308,27 @@ export default function App() {
{t('live.stationsEmpty')}
) : liveStations.filter((s) => s.online).map((s, i) => { const mc = modeAccent(s.mode); + // Single compact row so 5+ stations fit without scrolling. return ( -