start with some hfdl message parsing

This commit is contained in:
Jakob Ketterl 2023-09-05 18:25:28 +02:00
parent e934a3935c
commit 37a3584f3e
2 changed files with 107 additions and 2 deletions

View file

@ -1122,6 +1122,15 @@ img.openwebrx-mirror-img
background-color: #575757;
}
.openwebrx-message-panel h4 {
margin: .25em 0;
}
.openwebrx-message-panel .acars-message {
white-space: pre;
font-family: roboto-mono, monospace;
}
#openwebrx-panel-wsjt-message .message {
width: 380px;
}