瀏覽代碼

fix(rn,labels) top-align with room name field

j8
Saúl Ibarra Corretgé 4 年之前
父節點
當前提交
b179542c39

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

59
         flex: 0,
59
         flex: 0,
60
         height: LABEL_SIZE,
60
         height: LABEL_SIZE,
61
         justifyContent: 'center',
61
         justifyContent: 'center',
62
-        margin: LABEL_MARGIN,
62
+        marginHorizontal: LABEL_MARGIN,
63
         opacity: 0.6,
63
         opacity: 0.6,
64
         width: LABEL_SIZE
64
         width: LABEL_SIZE
65
     },
65
     },

+ 1
- 2
react/features/conference/components/native/styles.js 查看文件

28
     indicatorContainer: {
28
     indicatorContainer: {
29
         flex: 1,
29
         flex: 1,
30
         flexDirection: 'row',
30
         flexDirection: 'row',
31
-        justifyContent: 'flex-end',
32
-        margin: BoxModel.margin
31
+        justifyContent: 'flex-end'
33
     },
32
     },
34
 
33
 
35
     /**
34
     /**

Loading…
取消
儲存