Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-01-25 22:55:57 +0300
committerJulius Härtl <jus@bitgrid.net>2018-01-25 22:55:57 +0300
commit72fc83f2fd796af7622c1e3eedb116fe87e0e888 (patch)
tree8a5a553f43a6e8495439c3fe309cbf468a9defcc /css/style.css
parent1323797090d1465998e18757674c87eb9e6547e5 (diff)
Fix video player height and do not show it for non-video shares
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'css/style.css')
-rwxr-xr-xcss/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 36e436b..b21e8ae 100755
--- a/css/style.css
+++ b/css/style.css
@@ -105,6 +105,6 @@
#imgframe .video-js:not(.vjs-fullscreen),
#imgframe .video-js:not(.vjs-fullscreen) .vjs-tech {
max-height: calc(100vh - 280px) !important;
- min-height: 100px;
+ min-width: 300px;
max-width: 100% !important;
} \ No newline at end of file