Merge pull request #10483 from nextcloud/detect-hidden-navigation

No margin left if the navigation is hidden
This commit is contained in:
Roeland Jago Douma 2018-08-01 12:54:42 +02:00 committed by GitHub
commit 8162b349e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 */