From d49bee545805c09da576be314d0c9e32678479fa Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Thu, 29 Feb 2024 23:28:48 -0500 Subject: [PATCH] Fixing column widths. --- htdocs/css/openwebrx.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index dedcfa63..715f91d5 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -1373,17 +1373,17 @@ img.openwebrx-mirror-img } #openwebrx-panel-dsc-message .timestamp { - width: 80px; + width: 60px; text-align: center; } #openwebrx-panel-dsc-message .src { - width: 80px; + width: 90px; text-align: center; } #openwebrx-panel-dsc-message .dst { - width: 80px; + width: 90px; text-align: center; }