Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2017-03-24 12:19:42 +0300
committerJulius Härtl <jus@bitgrid.net>2017-03-24 12:19:42 +0300
commit22c58a66100450fb1fa9a27835ead69e717d0259 (patch)
treef00efd9e4e31b068d3f482ab69761ad8452be1af /core/css
parent34632de1024fac6e5d88312bd707f9064b6fc3f4 (diff)
Fix appmenu issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.scss3
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;