From 43742241561b00dcf9b261827c43fd2c1073c857 Mon Sep 17 00:00:00 2001 From: darkthemer <111078063+darkthemer@users.noreply.github.com> Date: Sun, 30 Jun 2024 23:39:55 +0800 Subject: [PATCH] fix(sleek): fix toggle size (#1088) fixes #1050 --- Sleek/user.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sleek/user.css b/Sleek/user.css index 35f7c14..13c2376 100644 --- a/Sleek/user.css +++ b/Sleek/user.css @@ -693,8 +693,8 @@ TOGGLE */ .x-toggle-indicatorWrapper { background-color: transparent; - height: 20px; - width: 40px; + height: 20px !important; + width: 40px !important; box-shadow: 0 0 0 1px var(--spice-subtext); }