From 7f3bb89323937891079e4f3042a13aed69f6dacc Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Thu, 16 Apr 2026 12:18:14 -0700 Subject: [PATCH] Always expand layer selection and fix up top status bar --- frontend/src/components/MapView.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/MapView.tsx b/frontend/src/components/MapView.tsx index d2ba659..6a1c6d1 100644 --- a/frontend/src/components/MapView.tsx +++ b/frontend/src/components/MapView.tsx @@ -809,10 +809,12 @@ export function MapView({ return (
- {/* Info bar */} -
+ {/* Info bar: stacks vertically on narrow viewports (info label, legend + row, controls row) so nothing truncates; flattens to a single row + with right-aligned cluster at md and up. */} +
{infoLabel} -
+
{!showPackets && ( <> @@ -893,7 +895,7 @@ export function MapView({ />{' '} repeater -