fixed checkbox circle being offcenter by 1px
This commit is contained in:
parent
f7984aca58
commit
1b7e0c1a05
|
@ -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…
Reference in New Issue