From 95667ef98ed9b20846b36f9dbf5f3ccbfb461d83 Mon Sep 17 00:00:00 2001 From: Lyubo Marinov Date: Sun, 9 Apr 2017 12:58:27 -0500 Subject: [PATCH] Revert "[RN] Use rounded avatars in the film strip" This reverts commit 739298c7826ea6109b8a2632d54c8d867f7d03cc. --- react/features/base/participants/components/styles.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/react/features/base/participants/components/styles.js b/react/features/base/participants/components/styles.js index b1425a847..c2179955b 100644 --- a/react/features/base/participants/components/styles.js +++ b/react/features/base/participants/components/styles.js @@ -8,14 +8,8 @@ export const styles = createStyleSheet({ * Avatar style. */ avatar: { - alignSelf: 'center', - - // FIXME I don't understand how a 100 border radius of a 50x50 square - // results in a circle. - borderRadius: 100, flex: 1, - height: 50, - width: 50 + width: '100%' }, /**