Skip to content

Commit 6b763cc

Browse files
committed
Adjust icon size by height only
1 parent d4adeb1 commit 6b763cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
.block_groups input.blockgroupsandgroupingcheckbox ~ label::before {
1212
content: url('[[pix:t/collapsed]]');
1313
display: inline-flex;
14-
width: 16px;
15-
height: 16px;
14+
height: 0.9rem;
15+
margin-right: 0.2rem;
1616
}
1717

1818
.block_groups input.blockgroupsandgroupingcheckbox:checked ~ label::before {
@@ -47,4 +47,4 @@
4747
.block_groups .block-groups-warning,
4848
.block_groups .block-groups-spinner {
4949
padding-right: 6px;
50-
}
50+
}

0 commit comments

Comments
 (0)