Przeglądaj źródła

fix(rn,bottomsheet) limit width

master
Saúl Ibarra Corretgé 4 lat temu
rodzic
commit
0dcb8a025b

+ 5
- 1
react/features/base/dialog/components/native/styles.js Wyświetl plik

43
         alignItems: 'stretch',
43
         alignItems: 'stretch',
44
         flex: 1,
44
         flex: 1,
45
         flexDirection: 'column',
45
         flexDirection: 'column',
46
-        justifyContent: 'flex-end'
46
+        justifyContent: 'flex-end',
47
+        maxWidth: 500,
48
+        marginLeft: 'auto',
49
+        marginRight: 'auto',
50
+        width: '100%'
47
     },
51
     },
48
 
52
 
49
     sheetItemContainer: {
53
     sheetItemContainer: {

Ładowanie…
Anuluj
Zapisz