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:
commit
f890d1d342
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user