diff --git a/src/components/Room/PeerVideo.tsx b/src/components/Room/PeerVideo.tsx index 980642c..7099e09 100644 --- a/src/components/Room/PeerVideo.tsx +++ b/src/components/Room/PeerVideo.tsx @@ -54,15 +54,19 @@ export const PeerVideo = ({ playsInline ref={videoRef} style={{ - borderRadius: '1.25em', + borderRadius: '.25em', overflow: 'auto', - padding: '1em', + marginLeft: 'auto', + marginRight: 'auto', + height: '100%', ...(isSelf && { transform: 'rotateY(180deg)', }), }} /> - + {userId}