diff options
author | Chocobozzz <me@florianbigard.com> | 2020-07-31 15:54:52 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-07-31 15:54:52 +0200 |
commit | d45f3641d0f9bac0a4ab0f1d9c18aff04cfbd72f (patch) | |
tree | e3aa616c280a37a76deca7a32eb0d69851e1fc97 /client/src/app | |
parent | 3991fcf29f192488e8af45c431ac1f91ecbd9a7e (diff) | |
download | PeerTube-d45f3641d0f9bac0a4ab0f1d9c18aff04cfbd72f.tar.gz PeerTube-d45f3641d0f9bac0a4ab0f1d9c18aff04cfbd72f.tar.zst PeerTube-d45f3641d0f9bac0a4ab0f1d9c18aff04cfbd72f.zip |
Fix fullscreen on ios
Diffstat (limited to 'client/src/app')
-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 | } | ||