From 995de7c7075a092b9be5851425f69725220870f7 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sat, 14 Nov 2020 00:22:28 +0100 Subject: [PATCH] [DEV] correct video display --- front/src/app/scene/video/video.html | 4 ++-- front/src/app/scene/video/video.less | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/front/src/app/scene/video/video.html b/front/src/app/scene/video/video.html index 47aa857..7d04331 100644 --- a/front/src/app/scene/video/video.html +++ b/front/src/app/scene/video/video.html @@ -80,7 +80,7 @@ - + @@ -90,7 +90,7 @@ -
+
diff --git a/front/src/app/scene/video/video.less b/front/src/app/scene/video/video.less index 9357bf9..80a5e8b 100644 --- a/front/src/app/scene/video/video.less +++ b/front/src/app/scene/video/video.less @@ -66,7 +66,7 @@ }; } .video { - position: fixed; + position: absolute; top:0px; left:0px; width: 100%; @@ -77,16 +77,16 @@ .video-elem { position:absolute; width: 100%; - height: calc(100% - 56px); - top: 56px; + height: 100%; + top: 0; //right: 50%; //-ms-transform: translate(-50%, -50%); //transform: translate(-50%, -50%); }; .video-button { position: absolute; - top: 100px; - right:100px; + top: 20px; + right:20px; //-ms-transform: translate(-50%, 0); //transform: translate(-50%, 0); button { @@ -224,8 +224,8 @@ .timer-text { position: absolute; top: 25px; - left: 50%; - width:300px; + left: 0px; + width: 100%; line-height: 38px; font-size: 30px; font-weight:bold; @@ -361,7 +361,7 @@ } .big-button { - font-size:150px; + font-size:100px; } .item {