Fix appmenu issues

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2017-03-24 10:19:42 +01:00
parent 34632de102
commit 22c58a6610
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 2 additions and 1 deletions

View File

@ -462,6 +462,7 @@ nav {
width: auto;
clear: both;
height: 44px;
flex-shrink: 0;
li {
float: left;
@ -559,7 +560,7 @@ nav {
}
/* use popover menu on mobile and small screens */
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 680px) {
#header .header-appname-container {
display: inline-block !important;