mirror of https://github.com/Chocobozzz/PeerTube
Increase player default size to 66vh
parent
96cb4527f1
commit
bbe697cac4
client/src/app/videos/+video-watch
|
@ -40,8 +40,8 @@ $other-videos-width: 260px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .video-js {
|
/deep/ .video-js {
|
||||||
width: 888px;
|
width: calc(66vh * 1.77);
|
||||||
height: 500px;
|
height: 66vh;
|
||||||
|
|
||||||
&.vjs-theater-enabled {
|
&.vjs-theater-enabled {
|
||||||
height: calc(100vh - #{$header-height} - #{$theater-bottom-space});
|
height: calc(100vh - #{$header-height} - #{$theater-bottom-space});
|
||||||
|
|
Loading…
Reference in New Issue