From df58e0bfff2fd9e4881f5734a022a02100c035c6 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Sat, 10 Sep 2022 15:54:46 +0300 Subject: [PATCH] fix settings styling for #227 --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index d94b79d2..8761d061 100644 --- a/style.css +++ b/style.css @@ -109,6 +109,10 @@ fieldset span.text-gray-500, .gr-block.gr-box span.text-gray-500, label.block s padding: 0 0.5em; } +#settings .gr-panel div.flex-col div.justify-between div{ + position: relative; +} + input[type="range"]{ margin: 0.5em 0 -0.3em 0; }