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

Mobile fixes
This commit is contained in:
Roeland Jago Douma 2018-08-01 22:57:28 +02:00 committed by GitHub
commit 494f9fb86c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
}
}
#app-navigation + #app-content {
#app-navigation:not(.hidden) + #app-content {
margin-left: 0;
}