aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/video-watch.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-watch/video-watch.component.scss')
-rw-r--r--client/src/app/+videos/+video-watch/video-watch.component.scss2
1 files changed, 2 insertions, 0 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 abad686ff..6818a4257 100644
--- a/client/src/app/+videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/+videos/+video-watch/video-watch.component.scss
@@ -28,6 +28,8 @@ $video-height: 66vh;
28 28
29.placeholder-image { 29.placeholder-image {
30 height: 100%; 30 height: 100%;
31 max-width: 100%;
32 object-fit: contain;
31} 33}
32 34
33.flex-direction-column { 35.flex-direction-column {