From d45f3641d0f9bac0a4ab0f1d9c18aff04cfbd72f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 31 Jul 2020 15:54:52 +0200 Subject: Fix fullscreen on ios --- client/src/app/+videos/+video-watch/video-watch.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'client') 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 00a4b0dee..9c7f9a462 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.scss +++ b/client/src/app/+videos/+video-watch/video-watch.component.scss @@ -609,3 +609,9 @@ my-video-comments { } } } + + +// Special case for iOS, that takes into account the width for fullscreens +#video-wrapper ::ng-deep .video-js.vjs-fullscreen { + max-width: unset; +} -- cgit v1.2.3