Small tweak to the checkbox toggle slider (#168)

This commit is contained in:
Evan Simkowitz 2023-12-18 16:41:35 -08:00 committed by GitHub
parent 38c784bf8e
commit 03b1e410e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%;