Reduce map min-height 520px → 460px to close gap below sky view

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
James Smith
2026-03-19 23:45:41 +00:00
parent 607a2f28fa
commit 7ca018fd7b

View File

@@ -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 {