From b38081515bea9bd9bb9a22b88c3f795f0e6bf7b7 Mon Sep 17 00:00:00 2001 From: Gregoire Parant Date: Thu, 27 Jan 2022 20:10:29 +0100 Subject: [PATCH 1/2] Change style of woka and name on video container Signed-off-by: Gregoire Parant --- .../src/Components/Video/VideoMediaBox.svelte | 29 ++------- front/style/style.scss | 60 +++++++++++++++---- 2 files changed, 54 insertions(+), 35 deletions(-) diff --git a/front/src/Components/Video/VideoMediaBox.svelte b/front/src/Components/Video/VideoMediaBox.svelte index 2994041f..3359bc19 100644 --- a/front/src/Components/Video/VideoMediaBox.svelte +++ b/front/src/Components/Video/VideoMediaBox.svelte @@ -58,15 +58,12 @@
{/if} - - {peer.userName} -
+ + {peer.userName} +
+ +
{#if $constraintStore && $constraintStore.audio === false} Date: Thu, 27 Jan 2022 20:33:33 +0100 Subject: [PATCH 2/2] Fix style Signed-off-by: Gregoire Parant --- front/style/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front/style/style.scss b/front/style/style.scss index a0719d55..b3a55828 100644 --- a/front/style/style.scss +++ b/front/style/style.scss @@ -69,7 +69,7 @@ body .message-info.warning{ i { position: absolute; width: 100px; - height: 100px; + height: auto; left: -6px; top: calc(100% - 28px); text-align: center; @@ -80,6 +80,7 @@ body .message-info.warning{ background-color: white; border: solid 3px black; border-radius: 8px; + font-style: normal; } }