Increase player default size to 66vh

pull/1697/head
Chocobozzz 2019-02-20 11:42:30 +01:00
parent 96cb4527f1
commit bbe697cac4
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ $other-videos-width: 260px;
}
/deep/ .video-js {
width: 888px;
height: 500px;
width: calc(66vh * 1.77);
height: 66vh;
&.vjs-theater-enabled {
height: calc(100vh - #{$header-height} - #{$theater-bottom-space});