Merge pull request #4026 from nextcloud/appmenu-fix

Fix appmenu issues
This commit is contained in:
Lukas Reschke 2017-03-24 10:54:33 +01:00 committed by GitHub
commit e5f9675a79
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;