From eaf18a591c139c54c7ddf81e15ead175be2ec62c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AC=BE=E5=86=AC?= Date: Tue, 21 Jan 2025 17:50:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=AC=E5=9C=B0=E7=94=BB=E9=9D=A2styl?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/shared/Webcam.svelte | 3 +++ 1 file changed, 3 insertions(+) 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;