Fix video player theatre mode
This commit is contained in:
parent
66467298e6
commit
432e7ddcc8
|
@ -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});
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue