Skip to content

Commit 5c44735

Browse files
committed
Reduce checkbox size to 15px
1 parent 908426a commit 5c44735

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web_src/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
--height-loading: 16rem;
2424
--min-height-textarea: 132px; /* padding + 6 lines + border = calc(1.57142em + 6lh + 2px), but lh is not fully supported */
2525
--tab-size: 4;
26-
--checkbox-size: 16px; /* height and width of checkbox and radio inputs */
26+
--checkbox-size: 15px; /* height and width of checkbox and radio inputs */
2727
--page-spacing: 16px; /* space between page elements */
2828
}
2929

web_src/css/modules/checkbox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ input[type="radio"] {
2020
.ui.checkbox input[type="checkbox"],
2121
.ui.checkbox input[type="radio"] {
2222
position: absolute;
23-
top: 0;
23+
top: 1px;
2424
left: 0;
2525
width: var(--checkbox-size);
2626
height: var(--checkbox-size);

0 commit comments

Comments
 (0)