Skip to content

Commit

Permalink
mitigate incorrect browser scaling of SVG icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Mar 23, 2024
1 parent d52a2e7 commit e663ddd
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
4 changes: 2 additions & 2 deletions style/base/icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
margin-left: 2px;
}
.icon-16 {
height: 16px;
height: 17px;
margin-top: calc((1lh - 16px) / 2);
vertical-align: top;
width: 16px;
width: 17px;
}
.icon-32 {
height: 32px;
Expand Down
Loading

0 comments on commit e663ddd

Please sign in to comment.