1
0
Fork 0

Fix video player theatre mode

This commit is contained in:
Chocobozzz 2018-09-05 16:10:03 +02:00
parent 66467298e6
commit 432e7ddcc8
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 3 additions and 4 deletions

View File

@ -37,9 +37,8 @@
}
/deep/ .video-js {
width: calc(100vw - 240px);
height: auto;
max-height: 500px;
width: 888px;
height: 500px;
&.vjs-theater-enabled {
height: calc(100vh - #{$header-height} - #{$theater-bottom-space});

View File

@ -44,7 +44,7 @@ $footer-border-color: $header-border-color;
$video-thumbnail-height: 110px;
$video-thumbnail-width: 200px;
$theater-bottom-space: 85px;
$theater-bottom-space: 115px;
$input-background-color: $bg-color;
$input-placeholder-color: #898989;