Skip to content

Commit

Permalink
fix: Properly render compare view
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <jus@bitgrid.net>

[skip ci]
  • Loading branch information
juliushaertl authored and backportbot[bot] committed Sep 26, 2024
1 parent b090f43 commit 6901187
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/view/Office.vue
Original file line number Diff line number Diff line change
Expand Up @@ -539,4 +539,13 @@ export default {
top: -50px;
position: absolute;
}
[data-handler="richdocuments"] .modal-container {
bottom: 0;
}
.viewer__content.viewer--split .office-viewer {
height: 100%;
width: 100%;
}
</style>
2 changes: 1 addition & 1 deletion src/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (OCA.Viewer) {
group: null,
mimes: supportedMimes,
component: Office,
theme: 'light',
theme: 'default',
canCompare: true,
})
}

0 comments on commit 6901187

Please sign in to comment.