diff --git a/front/src/Components/Video/VideoMediaBox.svelte b/front/src/Components/Video/VideoMediaBox.svelte index 1387e655..4498d047 100644 --- a/front/src/Components/Video/VideoMediaBox.svelte +++ b/front/src/Components/Video/VideoMediaBox.svelte @@ -29,8 +29,8 @@
{/if} {#if !$constraintStore || $constraintStore.video === false} - - + +
{/if} {#if $constraintStore && $constraintStore.audio === false} @@ -47,3 +47,15 @@ {/if}
+ + diff --git a/front/src/Components/Woka/Woka.svelte b/front/src/Components/Woka/Woka.svelte index b1cc02ba..1311973b 100644 --- a/front/src/Components/Woka/Woka.svelte +++ b/front/src/Components/Woka/Woka.svelte @@ -29,6 +29,11 @@ height: var(--theme-height); margin: 0; padding: 0; + position: static; + left: 0; + bottom: 0; + right: 0; + top: 0; image-rendering: pixelated; } diff --git a/front/style/style.scss b/front/style/style.scss index 1654156d..254d0513 100644 --- a/front/style/style.scss +++ b/front/style/style.scss @@ -62,7 +62,6 @@ body .message-info.warning{ background-color: black; border-radius: 50%; text-align: center; - padding-top: 32px; font-size: 28px; color: white; overflow: hidden;