Skip to content

Commit 12c0736

Browse files
authored
Merge pull request #3062 from nextcloud/backport/3061/master
[master] fix: add .app-navigation--close for compatibility with Vue2 apps
2 parents 4dea0d9 + f28ba54 commit 12c0736

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/views/Viewer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,6 +1432,7 @@ body:has(#viewer) {
14321432
}
14331433
14341434
#app-content-vue:first-child:has(~ #app-sidebar-vue:not([style*="display: none"])),
1435+
.app-navigation--close ~ #app-content-vue:has(~ #app-sidebar-vue:not([style*="display: none"])),
14351436
.app-navigation--closed ~ #app-content-vue:has(~ #app-sidebar-vue:not([style*="display: none"])) {
14361437
flex-basis: calc(100% - clamp(300px, 27vw, 500px));
14371438
}

0 commit comments

Comments
 (0)