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

View File

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