Reduce map and primary-layout min-height 460px → 400px to close sky view gap

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
James Smith
2026-03-19 23:56:19 +00:00
parent a2bd0e27f9
commit a670103325

View File

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