Fix header app menu

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-11-04 15:20:03 +01:00
parent 6fd99b4e47
commit 66ef79178a
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 4 additions and 1 deletions

View File

@ -143,7 +143,6 @@
#header-left, .header-left { #header-left, .header-left {
flex: 0 0; flex: 0 0;
flex-grow: 1; flex-grow: 1;
overflow: hidden;
white-space: nowrap; white-space: nowrap;
} }
@ -318,6 +317,10 @@ nav {
.in-header { .in-header {
display: none; display: none;
} }
ul {
display: flex;
flex-direction: column;
}
} }
/* USER MENU -----------------------------------------------------------------*/ /* USER MENU -----------------------------------------------------------------*/