mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
do something about the columns not aligning
This commit is contained in:
parent
658ee00b0b
commit
36161a2b4b
|
|
@ -1099,24 +1099,26 @@ img.openwebrx-mirror-img
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.openwebrx-message-panel tbody {
|
||||
.openwebrx-message-panel table {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
height: 150px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.openwebrx-message-panel thead tr {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.openwebrx-message-panel th,
|
||||
.openwebrx-message-panel td {
|
||||
width: 50px;
|
||||
min-width: 50px;
|
||||
text-align: left;
|
||||
padding: 1px 3px;
|
||||
}
|
||||
|
||||
.openwebrx-message-panel th {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background-color: #575757;
|
||||
}
|
||||
|
||||
#openwebrx-panel-wsjt-message .message {
|
||||
width: 380px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue