diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 3 |
1 files changed, 2 insertions, 1 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 eb701e0ab..11518633c 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -10,8 +10,9 @@ | |||
10 | width: 888px; | 10 | width: 888px; |
11 | height: 500px; | 11 | height: 500px; |
12 | 12 | ||
13 | @media screen and (max-width: 800px) { | 13 | @media screen and (max-width: 600px) { |
14 | height: auto; | 14 | height: auto; |
15 | max-height: calc(100vh - #{$header-height}); | ||
15 | } | 16 | } |
16 | 17 | ||
17 | // VideoJS create an inner video player | 18 | // VideoJS create an inner video player |