summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-01-09 14:03:13 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-01-23 09:03:05 +0100
commitb590658221c4abb4444856d1eea640d30ffef545 (patch)
treeaeb9ead9639895badfb9416e9669c154db167f3b /core
parent202509251cffb551aa2df4dcf1a8f16f5ef04f12 (diff)
downloadnextcloud-server-b590658221c4abb4444856d1eea640d30ffef545.tar.gz
nextcloud-server-b590658221c4abb4444856d1eea640d30ffef545.zip
use less space for the left part of the header
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core')
-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 a4e568244a0..5cbcad1f88c 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -111,7 +111,8 @@
}
div.header-left {
- flex: 0 0 50%;
+ flex: 0 0;
+ flex-grow: 1;
}
#header-right {