From 5551e2ebdde15c8c228dba92647739870a21aac1 Mon Sep 17 00:00:00 2001 From: Mattk70 Date: Sat, 28 Sep 2024 09:24:52 +0100 Subject: [PATCH] moved frequency panel to the right --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 9529ec96..e3627d5c 100644 --- a/css/style.css +++ b/css/style.css @@ -662,7 +662,7 @@ input[type="range"].vertical { .range_container { position: absolute; top: 85px; - left: 60px; + right: 10px; z-index:4; background-color: #212529; display:flex;