From 37ecefa256bb48448ea633cf7c8e24fc9ac69359 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Sun, 4 Apr 2021 01:35:55 +0200 Subject: =?UTF-8?q?=F0=9F=90=9B=20FIX:=20player=20width/heigth=20aspect=20?= =?UTF-8?q?ratio=20to=20remove=20unnecessary=20black=20border=20above=20an?= =?UTF-8?q?d=20below=20the=20video?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer --- client/src/app/+videos/+video-watch/video-watch.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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 f22ffc0ea..2e566e3fb 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 @@ @import '_bootstrap-variables'; @import '_miniature'; -$player-factor: 1.7; // 16/9 +$player-factor: #{16/9}; $video-info-margin-left: 44px; @function getPlayerHeight($width){ -- cgit v1.2.3