Skip to content

Commit

Permalink
fix: improve guts theme icon alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
khui0 committed May 2, 2024
1 parent 3952f1a commit f5f0496
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/design.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ button:disabled {
pointer-events: none;
}

button:has(i.bi) {
font-family: unset;
line-height: 1;
}

a.icon {
font-size: 1.5em;
}
Expand Down

0 comments on commit f5f0496

Please sign in to comment.