From 7ca018fd7b6d23f5305f06bd810fa49507b59ba1 Mon Sep 17 00:00:00 2001 From: James Smith Date: Thu, 19 Mar 2026 23:45:41 +0000 Subject: [PATCH] =?UTF-8?q?Reduce=20map=20min-height=20520px=20=E2=86=92?= =?UTF-8?q?=20460px=20to=20close=20gap=20below=20sky=20view?= 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 037eadc..98a2667 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: 520px; + min-height: 460px; min-width: 0; } @@ -821,7 +821,7 @@ body { /* Ground track map */ .map-container { min-width: 0; - min-height: 520px; + min-height: 460px; } .map-panel-content { @@ -833,7 +833,7 @@ body { #groundMap { width: 100%; height: 100%; - min-height: 520px; + min-height: 460px; } .map-header-tools {