Merge pull request 'fixed checkbox circle being offcenter by 1px' (#38) from levzzz/libredirect:master into master

Reviewed-on: https://codeberg.org/LibRedirect/libredirect/pulls/38
This commit is contained in:
Hygna 2022-10-10 19:32:19 +02:00
commit f890d1d342

View File

@ -226,7 +226,7 @@ div.option-block div {
div.some-block input[type="checkbox"] {
width: 46px;
height: 23px;
height: 24px;
background-color: var(--light-grey);
border-radius: 50px;
transition: 0.4s;