Port navigation bar from upstream (#1986)

Fixes #1977
This commit is contained in:
Claire
2022-12-01 20:06:08 +01:00
committed by GitHub
parent 105d9743ae
commit 4ac6601476
5 changed files with 99 additions and 6 deletions

View File

@ -92,7 +92,7 @@
@include search-popout();
}
.drawer--account {
.navigation-bar {
padding: 10px;
color: $darker-text-color;
display: flex;

View File

@ -37,7 +37,7 @@
top: 15px;
}
.drawer--account {
.navigation-bar {
flex: 0 1 48px;
}