aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss
index cfe3533b6..33d77e62c 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -40,8 +40,8 @@ $other-videos-width: 260px;
40 } 40 }
41 41
42 /deep/ .video-js { 42 /deep/ .video-js {
43 width: 888px; 43 width: calc(66vh * 1.77);
44 height: 500px; 44 height: 66vh;
45 45
46 &.vjs-theater-enabled { 46 &.vjs-theater-enabled {
47 height: calc(100vh - #{$header-height} - #{$theater-bottom-space}); 47 height: calc(100vh - #{$header-height} - #{$theater-bottom-space});