mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-18 23:57:47 +00:00
refactor(participnats-pane) move participant-avatar to commmonStyles (#11120)
This commit is contained in:
@@ -9,6 +9,7 @@ export const commonClassName = {
|
||||
emptyList: 'empty-list',
|
||||
overflowMenuItem: 'overflow-menu-item',
|
||||
overflowMenuItemIcon: 'overflow-menu-item-icon',
|
||||
participantAvatar: 'participant-avatar',
|
||||
toolboxIcon: 'toolbox-icon',
|
||||
toolboxButton: 'toolbox-button',
|
||||
toolboxContentItems: 'toolbox-content-items'
|
||||
@@ -96,6 +97,9 @@ export const commonStyles = (theme: Object) => {
|
||||
width: 20
|
||||
}
|
||||
},
|
||||
[commonClassName.participantAvatar]: {
|
||||
margin: `${theme.spacing(2)} ${theme.spacing(3)} ${theme.spacing(2)} 0`
|
||||
},
|
||||
[commonClassName.toolboxIcon]: {
|
||||
display: 'flex',
|
||||
borderRadius: 3,
|
||||
|
||||
Reference in New Issue
Block a user