浏览代码

Revert "[RN] Use rounded avatars in the film strip"

This reverts commit 739298c782.
master
Lyubo Marinov 8 年前
父节点
当前提交
95667ef98e
共有 1 个文件被更改,包括 1 次插入7 次删除
  1. 1
    7
      react/features/base/participants/components/styles.js

+ 1
- 7
react/features/base/participants/components/styles.js 查看文件

8
      * Avatar style.
8
      * Avatar style.
9
      */
9
      */
10
     avatar: {
10
     avatar: {
11
-        alignSelf: 'center',
12
-
13
-        // FIXME I don't understand how a 100 border radius of a 50x50 square
14
-        // results in a circle.
15
-        borderRadius: 100,
16
         flex: 1,
11
         flex: 1,
17
-        height: 50,
18
-        width: 50
12
+        width: '100%'
19
     },
13
     },
20
 
14
 
21
     /**
15
     /**

正在加载...
取消
保存