From c239a7f2e535e2639a9e0d8e80d97e0aea8784d8 Mon Sep 17 00:00:00 2001 From: Cyril Date: Wed, 6 May 2026 13:13:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84(frontend)=20adjust=20PiP=20stage?= =?UTF-8?q?=20region=20horizontal=20spacing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use left/right margins only on the PiP stage region container. --- src/frontend/src/features/pip/components/layouts/PipStage.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frontend/src/features/pip/components/layouts/PipStage.tsx b/src/frontend/src/features/pip/components/layouts/PipStage.tsx index 9739fa51..38d3edd0 100644 --- a/src/frontend/src/features/pip/components/layouts/PipStage.tsx +++ b/src/frontend/src/features/pip/components/layouts/PipStage.tsx @@ -80,7 +80,8 @@ const StageFrame = styled('div', { position: 'relative', minWidth: 0, minHeight: 0, - margin: '0.5rem', + marginLeft: '0.5rem', + marginRight: '0.5rem', borderRadius: '4px', overflow: 'hidden', },