From: Chocobozzz Date: Fri, 17 May 2019 12:17:38 +0000 (+0200) Subject: Fix playlist block with theater player X-Git-Tag: v1.3.0-rc.2~9 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=67c687236f84dd288f2df3201c8ab77b93682b67;p=github%2FChocobozzz%2FPeerTube.git Fix playlist block with theater player --- 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 width: 100% !important; height: auto !important; max-height: 300px !important; + max-width: initial; border-bottom: 1px solid $separator-border-color !important; }