diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-06 09:49:46 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-06 17:20:19 +0200 |
commit | 466e3f20a537f1eff4b4fd03297df11ba371d049 (patch) | |
tree | efc6491a3731564f8d93e2191f2ad78b21b8a81a /client | |
parent | f847ccb33c7f2b8dd56a280b742b0b3152bf6b34 (diff) | |
download | PeerTube-466e3f20a537f1eff4b4fd03297df11ba371d049.tar.gz PeerTube-466e3f20a537f1eff4b4fd03297df11ba371d049.tar.zst PeerTube-466e3f20a537f1eff4b4fd03297df11ba371d049.zip |
Fix theater mode
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 1 |
1 files changed, 1 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 9c3f53b3d..2e7131067 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -36,6 +36,7 @@ $player-factor: 1.7; // 16/9 | |||
36 | 36 | ||
37 | height: $height; | 37 | height: $height; |
38 | width: 100%; | 38 | width: 100%; |
39 | max-width: initial; | ||
39 | } | 40 | } |
40 | 41 | ||
41 | my-video-watch-playlist ::ng-deep .playlist { | 42 | my-video-watch-playlist ::ng-deep .playlist { |