summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-08-01 12:54:42 +0200
committerGitHub <noreply@github.com>2018-08-01 12:54:42 +0200
commit8162b349e700294d481c0d08bb7da9917868eee6 (patch)
tree0fd75fbbf9bf220e1fb6cfa6acc3aa61c523a942 /core
parent6690197ff14c7b20f0234aa17cb9a8a8c466868b (diff)
parent36a45597bb9aaf96a2e02880fdae2193d248bf02 (diff)
downloadnextcloud-server-8162b349e700294d481c0d08bb7da9917868eee6.tar.gz
nextcloud-server-8162b349e700294d481c0d08bb7da9917868eee6.zip
Merge pull request #10483 from nextcloud/detect-hidden-navigation
No margin left if the navigation is hidden
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index 63dd5759a7f..e3fee086583 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -601,7 +601,7 @@ kbd {
flex-basis: 100vw;
min-height: 100%;
/* margin if navigation element is here */
- #app-navigation + & {
+ #app-navigation:not(.hidden) + & {
margin-left: $navigation-width;
}
/* no top border for first settings item */