浏览代码

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,7 +59,7 @@ export default {
59 59
         flex: 0,
60 60
         height: LABEL_SIZE,
61 61
         justifyContent: 'center',
62
-        margin: LABEL_MARGIN,
62
+        marginHorizontal: LABEL_MARGIN,
63 63
         opacity: 0.6,
64 64
         width: LABEL_SIZE
65 65
     },

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

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

正在加载...
取消
保存