Fix video player theatre mode
This commit is contained in:
parent
66467298e6
commit
432e7ddcc8
|
@ -37,9 +37,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .video-js {
|
/deep/ .video-js {
|
||||||
width: calc(100vw - 240px);
|
width: 888px;
|
||||||
height: auto;
|
height: 500px;
|
||||||
max-height: 500px;
|
|
||||||
|
|
||||||
&.vjs-theater-enabled {
|
&.vjs-theater-enabled {
|
||||||
height: calc(100vh - #{$header-height} - #{$theater-bottom-space});
|
height: calc(100vh - #{$header-height} - #{$theater-bottom-space});
|
||||||
|
|
|
@ -44,7 +44,7 @@ $footer-border-color: $header-border-color;
|
||||||
$video-thumbnail-height: 110px;
|
$video-thumbnail-height: 110px;
|
||||||
$video-thumbnail-width: 200px;
|
$video-thumbnail-width: 200px;
|
||||||
|
|
||||||
$theater-bottom-space: 85px;
|
$theater-bottom-space: 115px;
|
||||||
|
|
||||||
$input-background-color: $bg-color;
|
$input-background-color: $bg-color;
|
||||||
$input-placeholder-color: #898989;
|
$input-placeholder-color: #898989;
|
||||||
|
|
Loading…
Reference in New Issue