Enlarge the tick in checkboxes

This commit is contained in:
SillyLossy
2023-04-11 19:31:33 +03:00
parent e8909a4f2f
commit af114e5255

View File

@@ -1614,10 +1614,10 @@ input[type='checkbox']:not(#nav-toggle):not(#rm_button_panel_pin):not(#lm_button
content: '';
color: var(--white100);
position: absolute;
top: 4px;
right: 4px;
bottom: 4px;
left: 4px;
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
background-color: var(--transparent);
background-size: contain;
background-position: center center;