From 9a72115b859fb5bb3ea755f427b8bb1937f5471e Mon Sep 17 00:00:00 2001 From: Green! <81369743+GreenyDEV@users.noreply.github.com> Date: Tue, 27 Sep 2022 08:32:59 -0400 Subject: [PATCH] Fix the slider from moving too far on click --- static/style/options.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style/options.css b/static/style/options.css index 7076841..4934920 100644 --- a/static/style/options.css +++ b/static/style/options.css @@ -482,5 +482,5 @@ input:checked+label:after { } label:active:after { - width: 130px; -} \ No newline at end of file + width: 38px; +}