mirror of
https://github.com/smittix/intercept.git
synced 2026-07-24 00:48:11 -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;
|
display: grid;
|
||||||
grid-template-columns: 300px minmax(0, 1.6fr) 360px;
|
grid-template-columns: 300px minmax(0, 1.6fr) 360px;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
min-height: 460px;
|
min-height: 400px;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -821,7 +821,7 @@ body {
|
|||||||
/* Ground track map */
|
/* Ground track map */
|
||||||
.map-container {
|
.map-container {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
min-height: 460px;
|
min-height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.map-panel-content {
|
.map-panel-content {
|
||||||
@@ -833,7 +833,7 @@ body {
|
|||||||
#groundMap {
|
#groundMap {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 460px;
|
min-height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.map-header-tools {
|
.map-header-tools {
|
||||||
|
|||||||
Reference in New Issue
Block a user