aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/video-watch.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-watch/video-watch.component.scss')
-rw-r--r--client/src/app/+videos/+video-watch/video-watch.component.scss9
1 files changed, 5 insertions, 4 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 13d801cc6..7b7934456 100644
--- a/client/src/app/+videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/+videos/+video-watch/video-watch.component.scss
@@ -1,9 +1,10 @@
1@use '_variables'; 1@use 'sass:math';
2@use '_mixins'; 2@use '_variables' as *;
3@use '_mixins' as *;
3@use '_bootstrap-variables'; 4@use '_bootstrap-variables';
4@use '_miniature'; 5@use '_miniature' as *;
5 6
6$player-factor: 16/9; 7$player-factor: math.div(16, 9);
7$video-info-margin-left: 44px; 8$video-info-margin-left: 44px;
8 9
9@function getPlayerHeight ($width) { 10@function getPlayerHeight ($width) {