From 430abf3786ab96d8f363ab5b6426e1e867be2454 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Tue, 4 Jul 2023 16:30:47 -0400 Subject: [PATCH] Fixing log window and CW/RTTY console to scale on mobile devices. --- htdocs/css/openwebrx.css | 3 ++- htdocs/index.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 63f76005..0227aeae 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -310,7 +310,8 @@ input[type=range]:disabled { { /*overflow-y:auto;*/ height: 125px; - width: 619px + max-width: 619px; + width: 100%; } .nano .nano-pane { background: #444; } diff --git a/htdocs/index.html b/htdocs/index.html index b63001a8..ef7821f8 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -68,7 +68,7 @@
-
-
+
OpenWebRX+ client log