diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-12 08:57:32 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-12 08:57:32 +0200 |
commit | a44be3bf8b7d15198b23b2d502bfd719c1d89a53 (patch) | |
tree | 8c0bc4eb81ec0b417537811881f1f824810911e5 /client/src/app/+videos | |
parent | 32af2ea6fa4953aec583bd0f2c3392db290a4058 (diff) | |
download | PeerTube-a44be3bf8b7d15198b23b2d502bfd719c1d89a53.tar.gz PeerTube-a44be3bf8b7d15198b23b2d502bfd719c1d89a53.tar.zst PeerTube-a44be3bf8b7d15198b23b2d502bfd719c1d89a53.zip |
Fix player responsive height
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/video-watch.component.scss | 2 |
1 files changed, 1 insertions, 1 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 2e566e3fb..8f70652ee 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.scss +++ b/client/src/app/+videos/+video-watch/video-watch.component.scss | |||
@@ -3,7 +3,7 @@ | |||
3 | @import '_bootstrap-variables'; | 3 | @import '_bootstrap-variables'; |
4 | @import '_miniature'; | 4 | @import '_miniature'; |
5 | 5 | ||
6 | $player-factor: #{16/9}; | 6 | $player-factor: 16/9; |
7 | $video-info-margin-left: 44px; | 7 | $video-info-margin-left: 44px; |
8 | 8 | ||
9 | @function getPlayerHeight($width){ | 9 | @function getPlayerHeight($width){ |