mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
feat(toolbox): reactions menu native ui adjustments
This commit is contained in:
committed by
Calinteodor
parent
5ebf5adfa2
commit
298279a956
@@ -67,8 +67,7 @@ const reactionMenu = {
|
||||
flexDirection: 'column',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
backgroundColor: BaseTheme.palette.ui01,
|
||||
padding: BaseTheme.spacing[3]
|
||||
backgroundColor: BaseTheme.palette.ui01
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -165,19 +164,22 @@ ColorSchemeRegistry.register('Toolbox', {
|
||||
backgroundColor: 'transparent'
|
||||
},
|
||||
|
||||
overflowReactionMenu: reactionMenu,
|
||||
overflowReactionMenu: {
|
||||
...reactionMenu,
|
||||
padding: BaseTheme.spacing[3]
|
||||
},
|
||||
|
||||
reactionMenu: {
|
||||
...reactionMenu,
|
||||
paddingHorizontal: BaseTheme.spacing[3],
|
||||
borderRadius: 3,
|
||||
width: 360
|
||||
},
|
||||
|
||||
reactionRow: {
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'center',
|
||||
width: '100%'
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'space-between'
|
||||
},
|
||||
|
||||
reactionButton: {
|
||||
|
||||
Reference in New Issue
Block a user