summaryrefslogtreecommitdiffstats
path: root/core/css/header.scss
diff options
context:
space:
mode:
authorMarin Treselj <marin@pixelipo.com>2017-08-02 15:57:53 +0200
committerMarin Treselj <marin@pixelipo.com>2017-08-02 15:57:53 +0200
commit717a44f161c40f5ac5fc74a3dc519bcc71476645 (patch)
tree8be9ece4a818595b64a18762c98b3acb74dc65df /core/css/header.scss
parentf53db38c03d68f29d4a6f1106cd6132c4a3c12fe (diff)
downloadnextcloud-server-717a44f161c40f5ac5fc74a3dc519bcc71476645.tar.gz
nextcloud-server-717a44f161c40f5ac5fc74a3dc519bcc71476645.zip
Make sure this still works in other apps.
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'core/css/header.scss')
-rw-r--r--core/css/header.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 32e8386ee0d..e744d3acb40 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -137,18 +137,18 @@
vertical-align: middle;
}
- .header-left,
- .header-right {
+ #header-left, .header-left,
+ #header-right, .header-right {
display: inline-flex;
align-items: center;
}
- .header-left {
+ #header-left, .header-left {
flex: 0 0;
flex-grow: 1;
}
- .header-right {
+ #header-right, .header-right {
justify-content: flex-end;
}
}