diff --git a/frontend/shared/Webcam.svelte b/frontend/shared/Webcam.svelte index c1ca65c..38487dd 100644 --- a/frontend/shared/Webcam.svelte +++ b/frontend/shared/Webcam.svelte @@ -452,6 +452,9 @@ width: 50%; height: 50%; } + .video-wrap video:last-child { + margin-left: 6px; + } .button-wrap { position: absolute;