Skip to content

Commit 6e3bb03

Browse files
szaimennextcloud-command
authored andcommitted
fix video fullscreen on public page
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 30d2088 commit 6e3bb03

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

apps/files_sharing/css/public.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_sharing/css/public.css.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.

apps/files_sharing/css/public.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ $download-button-section-height: 200px;
4444
max-height: calc(100vh - var(--header-height) - #{$footer-height} - #{$download-button-section-height} - #{$footer-padding-height});
4545
}
4646

47+
#imgframe .plyr:fullscreen video {
48+
max-height: unset;
49+
}
50+
4751
#imgframe audio {
4852
display: block;
4953
margin-left: auto;

apps/files_sharing/css/publicView.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_sharing/css/publicView.css.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.

0 commit comments

Comments
 (0)