Skip to content

Commit

Permalink
Merge pull request #10483 from nextcloud/detect-hidden-navigation
Browse files Browse the repository at this point in the history
No margin left if the navigation is hidden
  • Loading branch information
rullzer authored Aug 1, 2018
2 parents 6690197 + 36a4559 commit 8162b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 8162b34

Please sign in to comment.