fix navButtonIcon
not being aligned to center (#9543)
* fix `navButtonIcon` not being aligned to center * fix `navButtonIcon` on deck not being aligned
This commit is contained in:
parent
990f4b52bd
commit
9936088200
2 changed files with 2 additions and 0 deletions
|
@ -424,6 +424,7 @@ async function deleteProfile() {
|
|||
|
||||
.navButtonIcon {
|
||||
font-size: 18px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.navButtonIndicator {
|
||||
|
|
|
@ -376,6 +376,7 @@ $widgets-hide-threshold: 1090px;
|
|||
|
||||
.navButtonIcon {
|
||||
font-size: 18px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.navButtonIndicator {
|
||||
|
|
Loading…
Reference in a new issue