mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user