Browse Source
Fix appmenu issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/4026/head
Julius Härtl
9 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
2 additions and
1 deletions
-
core/css/header.scss
|
|
|
@ -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; |
|
|
|
|