From 30b46c4cdd939586d0f9341158a813d8cd2f7880 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 14 Jul 2019 14:43:44 +0200 Subject: [PATCH] allocate more space to the freq column --- htdocs/css/openwebrx.css | 6 +++++- htdocs/index.html | 2 +- htdocs/openwebrx.js | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 87b0608..a251a3a 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -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 { diff --git a/htdocs/index.html b/htdocs/index.html index 45e94e4..8c9aa50 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -147,7 +147,7 @@ UTC dB DT - Freq + Freq Message diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index 2952057..92905cf 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -1405,7 +1405,7 @@ function update_wsjt_panel(msg) { '' + pad(t.getUTCHours()) + pad(t.getUTCMinutes()) + pad(t.getUTCSeconds()) + '' + '' + msg['db'] + '' + '' + msg['dt'] + '' + - '' + msg['freq'] + '' + + '' + msg['freq'] + '' + '' + linkedmsg + '' + '' ));