From 03b1e410e7d4167f8785ad6585f54b73590bae31 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Mon, 18 Dec 2023 16:41:35 -0800 Subject: [PATCH] Small tweak to the checkbox toggle slider (#168) --- src/app/common/common.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/common/common.less b/src/app/common/common.less index 0901315a..e4a46ae0 100644 --- a/src/app/common/common.less +++ b/src/app/common/common.less @@ -134,7 +134,7 @@ position: relative; display: inline-block; width: 40px; - height: 23px; + height: 22px; input { opacity: 0; @@ -160,8 +160,8 @@ content: ""; height: 18px; width: 18px; - left: 3px; - bottom: 3px; + left: 2px; + bottom: 2px; background-color: @term-white; transition: 0.5s; border-radius: 50%;