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:
authorMarin Treselj <marin@pixelipo.com>2017-07-28 15:44:29 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-08-14 23:21:42 +0300
commit84b0790b99582bff8bfb764665a6e0c057737983 (patch)
treec38fec1575955749686a2ff78a4c14397940a0c4 /core/css
parent5d2b6b824015c2fb1a71ba1439b3f02a7a47dad6 (diff)
Fixes nextcloud/gallery#269
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'core/css')
-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 c3a878357ce..e530763b41f 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -141,18 +141,18 @@
vertical-align: middle;
}
- #header-left,
- #header-right {
+ .header-left,
+ .header-right {
display: inline-flex;
align-items: center;
}
- #header-left {
+ .header-left {
flex: 0 0;
flex-grow: 1;
}
- #header-right {
+ .header-right {
justify-content: flex-end;
}
}