1
0
Fork 0

Fix player responsive height

This commit is contained in:
Chocobozzz 2021-04-12 08:57:32 +02:00
parent 32af2ea6fa
commit a44be3bf8b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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){