diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-05 10:27:02 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-11-09 15:33:04 +0100 |
commit | 99fa5c5badd4f4d35a1d55c80b0102ee1c4e71cd (patch) | |
tree | 0083c74a939a88e2f53af82232120df9d52e29b4 /client/src | |
parent | bd54ad1953ee0484ba90cf5f588f4c282048f368 (diff) | |
download | PeerTube-99fa5c5badd4f4d35a1d55c80b0102ee1c4e71cd.tar.gz PeerTube-99fa5c5badd4f4d35a1d55c80b0102ee1c4e71cd.tar.zst PeerTube-99fa5c5badd4f4d35a1d55c80b0102ee1c4e71cd.zip |
Fix theater mode
Diffstat (limited to 'client/src')
-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 4bf5ff808..712022141 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.scss +++ b/client/src/app/+videos/+video-watch/video-watch.component.scss | |||
@@ -29,6 +29,7 @@ $video-info-margin-left: 44px; | |||
29 | 29 | ||
30 | #videojs-wrapper { | 30 | #videojs-wrapper { |
31 | width: 100%; | 31 | width: 100%; |
32 | height: auto; | ||
32 | } | 33 | } |
33 | 34 | ||
34 | ::ng-deep .video-js { | 35 | ::ng-deep .video-js { |