mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-02-09 17:04:19 +01:00
some more table management
This commit is contained in:
parent
cafdb3a9f2
commit
d7e203fd82
|
|
@ -1095,14 +1095,18 @@ img.openwebrx-mirror-img
|
|||
}
|
||||
|
||||
.openwebrx-message-panel {
|
||||
height: 180px;
|
||||
min-height: 180px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.openwebrx-message-panel#openwebrx-panel-adsb-message {
|
||||
min-height: 380px;
|
||||
}
|
||||
|
||||
.openwebrx-message-panel table {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
height: 150px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue