Просмотр исходного кода

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

This reverts commit 739298c782.
j8
Lyubo Marinov 8 лет назад
Родитель
Сommit
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
     /**

Загрузка…
Отмена
Сохранить