Fix the slider from moving too far on click

This commit is contained in:
Green! 2022-09-27 08:32:59 -04:00 committed by GitHub
parent fabb4a4381
commit 9a72115b85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -482,5 +482,5 @@ input:checked+label:after {
}
label:active:after {
width: 130px;
}
width: 38px;
}