mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
allocate more space to the freq column
This commit is contained in:
parent
69c3a63794
commit
30b46c4cdd
3 changed files with 7 additions and 3 deletions
|
|
@ -827,7 +827,7 @@ img.openwebrx-mirror-img
|
|||
}
|
||||
|
||||
#openwebrx-panel-wsjt-message .message {
|
||||
width: 400px;
|
||||
width: 380px;
|
||||
}
|
||||
|
||||
#openwebrx-panel-wsjt-message .decimal {
|
||||
|
|
@ -835,6 +835,10 @@ img.openwebrx-mirror-img
|
|||
width: 35px;
|
||||
}
|
||||
|
||||
#openwebrx-panel-wsjt-message .decimal.freq {
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
#openwebrx-panel-digimodes[data-mode="ft8"] #openwebrx-digimode-content-container,
|
||||
#openwebrx-panel-digimodes[data-mode="wspr"] #openwebrx-digimode-content-container
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue