소스 검색

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

j8
Saúl Ibarra Corretgé 4 년 전
부모
커밋
b179542c39
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    1
      react/features/base/label/components/styles.js
  2. 1
    2
      react/features/conference/components/native/styles.js

+ 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
     /**

Loading…
취소
저장