diff options
author | Chocobozzz <me@florianbigard.com> | 2019-05-17 14:17:38 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-05-17 14:17:38 +0200 |
commit | 67c687236f84dd288f2df3201c8ab77b93682b67 (patch) | |
tree | 45aca774605dece898edad7d4a815b8407687b22 /client/src/app/videos | |
parent | ab5f9ed86e08cb7de3a1be955ca991a4517bdc57 (diff) | |
download | PeerTube-67c687236f84dd288f2df3201c8ab77b93682b67.tar.gz PeerTube-67c687236f84dd288f2df3201c8ab77b93682b67.tar.zst PeerTube-67c687236f84dd288f2df3201c8ab77b93682b67.zip |
Fix playlist block with theater player
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 1 |
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 | ||