From d46f2899d167852abd445bd2676832a21fa0eb30 Mon Sep 17 00:00:00 2001 From: JenyaFTW Date: Wed, 13 Oct 2021 15:48:02 +0000 Subject: [PATCH] switch scss changed --- webapp/src/widgets/switch.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/widgets/switch.scss b/webapp/src/widgets/switch.scss index aedb9e56d96..9aecb56342b 100644 --- a/webapp/src/widgets/switch.scss +++ b/webapp/src/widgets/switch.scss @@ -3,7 +3,7 @@ flex-shrink: 0; box-sizing: content-box; - height: 14px; + height: 18px; width: 26px; border-radius: 44px; padding: 2px; @@ -15,7 +15,7 @@ background-color: rgb(var(--button-bg-rgb)); .octo-switch-inner { - transform: translateX(12px) translateY(0); + transform: translateX(8px) translateY(0); } }