Merge pull request #10483 from nextcloud/detect-hidden-navigation
No margin left if the navigation is hidden
This commit is contained in:
commit
8162b349e7
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue