Fix app navigation positionning

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-09-07 18:32:47 +02:00
parent fb968a3ea2
commit 37d331014b
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 4 additions and 0 deletions

View File

@ -172,6 +172,10 @@ kbd {
}
}
}
> .app-navigation-entry-menu {
/* fix the flex positionning of the li parent */
top: 44px;
}
}
&.hidden {
display: none;