Skip to content
Snippets Groups Projects
Unverified Commit 1e1732f7 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

style: align checkboxes better with it's label


Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 18e7dd5e
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,8 @@ summary { ...@@ -139,7 +139,8 @@ summary {
input[type=checkbox] { input[type=checkbox] {
margin-top: 0; margin-top: 0;
margin-right: 1vmin; margin-right: 1vmin;
transform: scale(1.6); /* make the checkbox a bit bigger and move a bit down */
transform: scale(1.5) translateY(2px);
} }
input[type=checkbox]:focus { input[type=checkbox]:focus {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment