mirror of https://github.com/Chocobozzz/PeerTube
Fix fullscreen on ios
parent
3991fcf29f
commit
d45f3641d0
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue