mirror of https://github.com/Chocobozzz/PeerTube
Fix player responsive height
parent
32af2ea6fa
commit
a44be3bf8b
|
@ -3,7 +3,7 @@
|
|||
@import '_bootstrap-variables';
|
||||
@import '_miniature';
|
||||
|
||||
$player-factor: #{16/9};
|
||||
$player-factor: 16/9;
|
||||
$video-info-margin-left: 44px;
|
||||
|
||||
@function getPlayerHeight($width){
|
||||
|
|
Loading…
Reference in New Issue