style(NavBar): left & right part align to bottom (#6147)

This commit is contained in:
neverland 2020-04-27 16:17:12 +08:00 committed by GitHub
parent a460425b26
commit 5b285a988a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,6 @@
&__left, &__left,
&__right { &__right {
position: absolute; position: absolute;
top: 0;
bottom: 0; bottom: 0;
display: flex; display: flex;
align-items: center; align-items: center;