ソースを参照

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

This reverts commit 739298c782.
j8
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,14 +8,8 @@ export const styles = createStyleSheet({
8 8
      * Avatar style.
9 9
      */
10 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 11
         flex: 1,
17
-        height: 50,
18
-        width: 50
12
+        width: '100%'
19 13
     },
20 14
 
21 15
     /**

読み込み中…
キャンセル
保存