diff --git a/app/src/components/MeetingDrawer/Chat/Message.js b/app/src/components/MeetingDrawer/Chat/Message.js index d1ad32fa..731a91c0 100644 --- a/app/src/components/MeetingDrawer/Chat/Message.js +++ b/app/src/components/MeetingDrawer/Chat/Message.js @@ -50,6 +50,8 @@ const styles = (theme) => { borderRadius : '50%', height : '2rem', + width : '2rem', + objectFit : 'cover', alignSelf : 'center' } }); diff --git a/app/src/components/MeetingDrawer/FileSharing/File.js b/app/src/components/MeetingDrawer/FileSharing/File.js index fbcad8b9..d8e98fe8 100644 --- a/app/src/components/MeetingDrawer/FileSharing/File.js +++ b/app/src/components/MeetingDrawer/FileSharing/File.js @@ -25,7 +25,9 @@ const styles = (theme) => avatar : { borderRadius : '50%', - height : '2rem' + height : '2rem', + width : '2rem', + objectFit : 'cover' }, text : { diff --git a/app/src/components/MeetingDrawer/ParticipantList/ListMe.js b/app/src/components/MeetingDrawer/ParticipantList/ListMe.js index 33873d20..a3c7825a 100644 --- a/app/src/components/MeetingDrawer/ParticipantList/ListMe.js +++ b/app/src/components/MeetingDrawer/ParticipantList/ListMe.js @@ -24,6 +24,8 @@ const styles = (theme) => { borderRadius : '50%', height : '2rem', + width : '2rem', + objectFit : 'cover', marginTop : theme.spacing(0.5) }, peerInfo : diff --git a/app/src/components/MeetingDrawer/ParticipantList/ListPeer.js b/app/src/components/MeetingDrawer/ParticipantList/ListPeer.js index 29f582a4..dbf8be44 100644 --- a/app/src/components/MeetingDrawer/ParticipantList/ListPeer.js +++ b/app/src/components/MeetingDrawer/ParticipantList/ListPeer.js @@ -49,6 +49,8 @@ const styles = (theme) => { borderRadius : '50%', height : '2rem', + width : '2rem', + objectFit : 'cover', marginTop : theme.spacing(0.5) }, peerInfo :