Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions css/init-BwZ0ayia.chunk.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/viewer-init.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* extracted by css-entry-points-plugin */
@import './init-CFOxhjsh.chunk.css';
@import './init-BwZ0ayia.chunk.css';
@import './previewUtils-DG0nQhh6.chunk.css';
@import './NcActionButton-Cz95WiMV.chunk.css';
@import './NcActionLink-lgtGSyky.chunk.css';
6 changes: 3 additions & 3 deletions js/vendor.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ version: 0.8.1
license: MIT

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

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

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

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

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions src/components/Videos.vue
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,16 @@ main.viewer__hidden-fullscreen {
footer.viewer__hidden-fullscreen {
display: none !important;
}

#files-public-content:has(.plyr) {
height: 100%;

#preview {
height: 100%;

video {
display: inline-block;
}
}
}
</style>
Loading