From a670103325e2740871b4c30f70a6025501989dca Mon Sep 17 00:00:00 2001 From: James Smith Date: Thu, 19 Mar 2026 23:56:19 +0000 Subject: [PATCH] =?UTF-8?q?Reduce=20map=20and=20primary-layout=20min-heigh?= =?UTF-8?q?t=20460px=20=E2=86=92=20400px=20to=20close=20sky=20view=20gap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- static/css/satellite_dashboard.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/satellite_dashboard.css b/static/css/satellite_dashboard.css index 98a2667..e75a666 100644 --- a/static/css/satellite_dashboard.css +++ b/static/css/satellite_dashboard.css @@ -279,7 +279,7 @@ body { display: grid; grid-template-columns: 300px minmax(0, 1.6fr) 360px; gap: 10px; - min-height: 460px; + min-height: 400px; min-width: 0; } @@ -821,7 +821,7 @@ body { /* Ground track map */ .map-container { min-width: 0; - min-height: 460px; + min-height: 400px; } .map-panel-content { @@ -833,7 +833,7 @@ body { #groundMap { width: 100%; height: 100%; - min-height: 460px; + min-height: 400px; } .map-header-tools {