1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fixed: Consistent icon position for toolbar buttons

This commit is contained in:
Mark McDowall
2019-03-23 11:24:00 -07:00
parent 50a968ace8
commit 775c8780a6
4 changed files with 12 additions and 4 deletions
@@ -1,6 +1,7 @@
.toolbarButton {
composes: link from '~Components/Link/Link.css';
padding-top: 4px;
width: $toolbarButtonWidth;
text-align: center;
@@ -21,7 +22,7 @@
display: flex;
align-items: center;
justify-content: center;
min-height: 16px;
height: 24px;
}
.label {