From 36161a2b4be2625f47dabb105992a71d5db7c93e Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Wed, 23 Aug 2023 15:02:58 +0200 Subject: [PATCH] do something about the columns not aligning --- htdocs/css/openwebrx.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 07934042..e62f16a1 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -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; }