do something about the columns not aligning

This commit is contained in:
Jakob Ketterl 2023-08-23 15:02:58 +02:00
parent 658ee00b0b
commit 36161a2b4b

View file

@ -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;
}