From 4b3a68f4cdd906dad724218877e9aa08eb17c561 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 12 Aug 2019 11:05:32 +0200 Subject: [PATCH] fix the dial button (not enough space on some browsers) --- htdocs/css/openwebrx.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index cd1498b..c7460da 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -616,7 +616,7 @@ img.openwebrx-mirror-img #openwebrx-secondary-demod-listbox { - width: 174px; + width: 173px; height: 27px; padding-left:3px; }