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:
あずき⪥™ 2023-01-13 13:24:38 +09:00 committed by GitHub
parent 990f4b52bd
commit 9936088200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -424,6 +424,7 @@ async function deleteProfile() {
.navButtonIcon {
font-size: 18px;
vertical-align: middle;
}
.navButtonIndicator {

View File

@ -376,6 +376,7 @@ $widgets-hide-threshold: 1090px;
.navButtonIcon {
font-size: 18px;
vertical-align: middle;
}
.navButtonIndicator {