Skip to content
Snippets Groups Projects
Unverified Commit 99360882 authored by あずき⪥™'s avatar あずき⪥™ Committed by GitHub
Browse files

fix `navButtonIcon` not being aligned to center (#9543)

* fix `navButtonIcon` not being aligned to center

* fix `navButtonIcon` on deck not being aligned
parent 990f4b52
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment