mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
use flexbox since the header breaks the map height
This commit is contained in:
parent
d2f524bf90
commit
fdd2dd1b40
1 changed files with 11 additions and 4 deletions
|
|
@ -6,10 +6,17 @@
|
|||
max-height: 67px;
|
||||
}
|
||||
|
||||
html, body, .openwebrx-map {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#webrx-top-container {
|
||||
flex: none;
|
||||
}
|
||||
|
||||
.openwebrx-map {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue