mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 17:57:49 +00:00
fix(rn,bottomsheet) limit width
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
8defaa9aec
commit
0dcb8a025b
@@ -43,7 +43,11 @@ export const bottomSheetStyles = {
|
||||
alignItems: 'stretch',
|
||||
flex: 1,
|
||||
flexDirection: 'column',
|
||||
justifyContent: 'flex-end'
|
||||
justifyContent: 'flex-end',
|
||||
maxWidth: 500,
|
||||
marginLeft: 'auto',
|
||||
marginRight: 'auto',
|
||||
width: '100%'
|
||||
},
|
||||
|
||||
sheetItemContainer: {
|
||||
|
||||
Reference in New Issue
Block a user