From 75da540c99edc3238b038369be396ffcd1a23838 Mon Sep 17 00:00:00 2001 From: GuiAworld Date: Fri, 6 Jan 2023 22:47:18 -0300 Subject: [PATCH] Reverted to the old range sliders --- static/koboldai.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/koboldai.css b/static/koboldai.css index c99a5910..947771bf 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -17,7 +17,7 @@ overflow: hidden; border-color: var(--setting_background); width: calc(100% - 10px); - /*-webkit-appearance: none; Looks WAAAAAYYY better without it -GuiAworld*/ + -webkit-appearance: none; padding-top: 1px; background-color: var(--rangeslider_background_color); border-radius: 16px;