💄(frontend) adjust PiP stage region horizontal spacing

Use left/right margins only on the PiP stage region container.
This commit is contained in:
Cyril
2026-05-06 13:13:35 +02:00
parent 87f8d4ca7e
commit c239a7f2e5
@@ -80,7 +80,8 @@ const StageFrame = styled('div', {
position: 'relative', position: 'relative',
minWidth: 0, minWidth: 0,
minHeight: 0, minHeight: 0,
margin: '0.5rem', marginLeft: '0.5rem',
marginRight: '0.5rem',
borderRadius: '4px', borderRadius: '4px',
overflow: 'hidden', overflow: 'hidden',
}, },