mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
🐛 FIX: player width/heigth aspect ratio
to remove unnecessary black border above and below the video Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
@import '_bootstrap-variables';
|
||||
@import '_miniature';
|
||||
|
||||
$player-factor: 1.7; // 16/9
|
||||
$player-factor: #{16/9};
|
||||
$video-info-margin-left: 44px;
|
||||
|
||||
@function getPlayerHeight($width){
|
||||
|
||||
Reference in New Issue
Block a user