diff options
author | Julius Härtl <jus@bitgrid.net> | 2017-03-24 10:19:42 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2017-03-24 10:19:42 +0100 |
commit | 22c58a66100450fb1fa9a27835ead69e717d0259 (patch) | |
tree | f00efd9e4e31b068d3f482ab69761ad8452be1af /core/css | |
parent | 34632de1024fac6e5d88312bd707f9064b6fc3f4 (diff) | |
download | nextcloud-server-22c58a66100450fb1fa9a27835ead69e717d0259.tar.gz nextcloud-server-22c58a66100450fb1fa9a27835ead69e717d0259.zip |
Fix appmenu issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 335ce18600c..4b6c0fbd007 100644 --- a/core/css/header.scss +++ b/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; |