mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-03 06:08:29 +00:00
💄(frontend) adjust PiP stage region horizontal spacing
Use left/right margins only on the PiP stage region container.
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user