aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/video-watch.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-29 14:00:15 +0100
committerChocobozzz <me@florianbigard.com>2021-11-29 14:00:15 +0100
commit71ab0c07ccfe6a2b2ef5899bab53b4e983265fed (patch)
tree16ae6af30134f1ba9e773d845ac45bf76252fd81 /client/src/app/+videos/+video-watch/video-watch.component.scss
parent14fbe0175e59c71266b72b7df5e89c8f62fcdf79 (diff)
downloadPeerTube-71ab0c07ccfe6a2b2ef5899bab53b4e983265fed.tar.gz
PeerTube-71ab0c07ccfe6a2b2ef5899bab53b4e983265fed.tar.zst
PeerTube-71ab0c07ccfe6a2b2ef5899bab53b4e983265fed.zip
Fix player placeholder width
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 {