aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-31 15:54:52 +0200
committerChocobozzz <me@florianbigard.com>2020-07-31 15:54:52 +0200
commitd45f3641d0f9bac0a4ab0f1d9c18aff04cfbd72f (patch)
treee3aa616c280a37a76deca7a32eb0d69851e1fc97 /client
parent3991fcf29f192488e8af45c431ac1f91ecbd9a7e (diff)
downloadPeerTube-d45f3641d0f9bac0a4ab0f1d9c18aff04cfbd72f.tar.gz
PeerTube-d45f3641d0f9bac0a4ab0f1d9c18aff04cfbd72f.tar.zst
PeerTube-d45f3641d0f9bac0a4ab0f1d9c18aff04cfbd72f.zip
Fix fullscreen on ios
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+videos/+video-watch/video-watch.component.scss6
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}