Skip to content

Commit a95b23c

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 8dc4b5d + 364e443 commit a95b23c

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎css/viewer-main.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* extracted by css-entry-points-plugin */
2-
@import './main--a2OhcFL.chunk.css';
2+
@import './main-Ke6Ju54g.chunk.css';
33
@import './previewUtils-DsspQ6dL.chunk.css';

‎js/viewer-main.mjs‎

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

‎js/viewer-main.mjs.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎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)