Browse Source

Fix appmenu issues

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/4026/head
Julius Härtl 9 years ago
parent
commit
22c58a6610
No known key found for this signature in database GPG Key ID: 4C614C6ED2CDE6DF
  1. 3
      core/css/header.scss

3
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;

Loading…
Cancel
Save