Skip to content

Commit

Permalink
Fix icon being way too big
Browse files Browse the repository at this point in the history
  • Loading branch information
justusdieckmann committed Nov 29, 2024
1 parent fc9f4ee commit d4adeb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

.block_groups input.blockgroupsandgroupingcheckbox ~ label::before {
content: url('[[pix:t/collapsed]]');
display: inline-flex;
width: 16px;
height: 16px;
}

.block_groups input.blockgroupsandgroupingcheckbox:checked ~ label::before {
Expand Down

0 comments on commit d4adeb1

Please sign in to comment.