mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-22 13:47:47 +00:00
feat(stats) add stats for mobile
This commit is contained in:
@@ -25,5 +25,28 @@ export default createStyleSheet({
|
||||
fontSize: MD_FONT_SIZE,
|
||||
marginLeft: MD_ITEM_MARGIN_PADDING,
|
||||
opacity: 0.90
|
||||
},
|
||||
|
||||
statsTitleText: {
|
||||
fontSize: 16,
|
||||
fontWeight: 'bold',
|
||||
marginRight: 3
|
||||
},
|
||||
|
||||
statsInfoText: {
|
||||
fontSize: 16,
|
||||
marginRight: 2,
|
||||
marginLeft: 2
|
||||
},
|
||||
|
||||
statsInfoCell: {
|
||||
alignItems: 'center',
|
||||
flexDirection: 'row',
|
||||
height: 30,
|
||||
justifyContent: 'flex-start'
|
||||
},
|
||||
|
||||
statsWrapper: {
|
||||
marginVertical: 10
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user