From d6b591e4ab841cc2e1b51611cf5cdf007f9261ac Mon Sep 17 00:00:00 2001 From: tophf Date: Sat, 21 Nov 2020 17:31:10 +0300 Subject: [PATCH] reduce slider knob --- options/onoffswitch.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/onoffswitch.css b/options/onoffswitch.css index 1af404d6..8085cf55 100644 --- a/options/onoffswitch.css +++ b/options/onoffswitch.css @@ -109,8 +109,8 @@ pointer-events: all; } .entry .onoffswitch input + span::before { - width: 9px; - height: 9px; + width: 7px; + height: 7px; left: 2px; right: auto; margin: auto;