aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-05-17 14:17:38 +0200
committerChocobozzz <me@florianbigard.com>2019-05-17 14:17:38 +0200
commit67c687236f84dd288f2df3201c8ab77b93682b67 (patch)
tree45aca774605dece898edad7d4a815b8407687b22 /client/src/app/videos/+video-watch/video-watch.component.scss
parentab5f9ed86e08cb7de3a1be955ca991a4517bdc57 (diff)
downloadPeerTube-67c687236f84dd288f2df3201c8ab77b93682b67.tar.gz
PeerTube-67c687236f84dd288f2df3201c8ab77b93682b67.tar.zst
PeerTube-67c687236f84dd288f2df3201c8ab77b93682b67.zip
Fix playlist block with theater player
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.scss1
1 files changed, 1 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 8ca5c4118..bada9bae8 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -18,6 +18,7 @@ $player-factor: 1.7; // 16/9
18 width: 100% !important; 18 width: 100% !important;
19 height: auto !important; 19 height: auto !important;
20 max-height: 300px !important; 20 max-height: 300px !important;
21 max-width: initial;
21 border-bottom: 1px solid $separator-border-color !important; 22 border-bottom: 1px solid $separator-border-color !important;
22} 23}
23 24