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
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-05-24 17:43:38 +0300
committerJulius Härtl <jus@bitgrid.net>2018-05-24 17:43:38 +0300
commitd6bde6a281a909f016f24d8de237c9e4894af25b (patch)
treefba14b888cc8ff77250c48c6bbe670d997952727 /core
parent5bd9087cb73af5e1a1dfea33e53028c17ba03ce5 (diff)
Fix scope of nav css rule
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r--core/css/header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 7021762bf7f..dd10e48b6bc 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -199,7 +199,7 @@
}
/* NAVIGATION --------------------------------------------------------------- */
-nav {
+#header-left nav {
display: inline-block;
width: 44px;
height: 44px;