Skip to content

Commit

Permalink
Merge pull request #2570 from nextcloud/backport/2549/stable28
Browse files Browse the repository at this point in the history
[stable28] fix: Proper layout for split view
  • Loading branch information
juliusknorr authored Nov 18, 2024
2 parents bde3580 + 2b96b0a commit 7e306e1
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
4 changes: 2 additions & 2 deletions js/viewer-init.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/viewer-main.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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 @@ -1210,8 +1210,12 @@ export default {
}

&--split {
display: flex;

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

Expand Down

0 comments on commit 7e306e1

Please sign in to comment.