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 {