mirror of
https://github.com/smittix/intercept.git
synced 2026-06-08 14:11:54 -07:00
Fix ground track map to fill its container
Use flexbox to make map expand to fill available space in container
This commit is contained in:
@@ -1396,10 +1396,13 @@
|
||||
border-radius: 8px;
|
||||
padding: 15px;
|
||||
min-height: 320px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.ground-track-cell #groundTrackMap {
|
||||
height: 240px;
|
||||
flex: 1;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
.countdown-cell {
|
||||
|
||||
Reference in New Issue
Block a user