Skip to content

Commit

Permalink
Merge pull request #2569 from nextcloud/backport/2549/stable29
Browse files Browse the repository at this point in the history
[stable29] fix: Proper layout for split view
  • Loading branch information
juliusknorr authored Nov 18, 2024
2 parents b1763f1 + c10b850 commit 8614266
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
10 changes: 10 additions & 0 deletions css/main-gfnbWJ0O.chunk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/viewer-main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* extracted by css-entry-points-plugin */
@import './main-DnH6w7F4.chunk.css';
@import './main-gfnbWJ0O.chunk.css';
@import './logger-B5Yp6f8I.chunk.css';
6 changes: 3 additions & 3 deletions js/vendor.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ version: 0.7.5
license: MIT

@floating-ui/core
version: 0.3.1
version: 1.6.0
license: MIT

@floating-ui/dom
version: 0.1.10
version: 1.6.3
license: MIT

@floating-ui/utils
Expand Down Expand Up @@ -73,7 +73,7 @@ version: 2.2.0
license: GPL-3.0-or-later

@nextcloud/l10n
version: 2.2.0
version: 3.1.0
license: GPL-3.0-or-later

@nextcloud/logger
Expand Down
2 changes: 1 addition & 1 deletion js/viewer-main.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-main.mjs.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/views/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1211,8 +1211,12 @@ export default {
}

&--split {
display: flex;

.viewer__file--active {
width: 50%;
left: 0;
position: relative;
}
}

Expand Down

0 comments on commit 8614266

Please sign in to comment.