From: Chocobozzz Date: Fri, 2 Aug 2019 09:16:42 +0000 (+0200) Subject: Fix player width with playlist X-Git-Tag: v1.4.0-rc.1~31 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=58f3c3f1095de8d1f8bad3fbf61efb4366ae41fc;p=oweals%2Fpeertube.git Fix player width with playlist --- 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 5dc79c6b7..9c3f53b3d 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -82,7 +82,8 @@ $player-factor: 1.7; // 16/9 } ::ng-deep .video-js { - width: getPlayerWidth(66vh); + width: 100%; + max-width: getPlayerWidth(66vh); height: 66vh; // VideoJS create an inner video player