forked from Shiloh/remnantchat
feat: group videos closer together
This commit is contained in:
parent
373ea22d2c
commit
4e29bfbd24
@ -71,6 +71,7 @@ export const PeerVideo = ({
|
||||
: {
|
||||
width: `calc(${sizePercent}% - 1em)`,
|
||||
height: `calc(${sizePercent}% - 1em)`,
|
||||
my: 1,
|
||||
}),
|
||||
...(selectedPeerStream &&
|
||||
!isSelectedVideo && {
|
||||
|
@ -139,7 +139,7 @@ export const RoomVideoDisplay = ({ userId }: RoomVideoDisplayProps) => {
|
||||
)}
|
||||
<Box
|
||||
sx={{
|
||||
alignContent: 'space-around',
|
||||
alignContent: 'center',
|
||||
display: 'flex',
|
||||
flexDirection: 'row',
|
||||
flexGrow: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user