diff options
-rw-r--r-- | client/src/app/+videos/+video-watch/video-watch.component.scss | 6 |
1 files changed, 6 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 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 { | |||
609 | } | 609 | } |
610 | } | 610 | } |
611 | } | 611 | } |
612 | |||
613 | |||
614 | // Special case for iOS, that takes into account the width for fullscreens | ||
615 | #video-wrapper ::ng-deep .video-js.vjs-fullscreen { | ||
616 | max-width: unset; | ||
617 | } | ||