mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 07:27:53 +00:00
fix(Safari): Fix mobile double tapping for toolbar and overflow.
* Create generic tooltip wrapper for mobile usability. * Change overflow menu icon/font/padding sizes. * Change overflow drawer expand icon.
This commit is contained in:
committed by
GitHub
parent
d2568b874b
commit
b69e93a900
@@ -83,7 +83,7 @@ class OverflowMenuProfileItem extends Component<Props> {
|
||||
<span className = 'overflow-menu-item-icon'>
|
||||
<Avatar
|
||||
participantId = { _localParticipant.id }
|
||||
size = { 24 } />
|
||||
size = { 20 } />
|
||||
</span>
|
||||
<span className = 'profile-text'>
|
||||
{ displayName }
|
||||
|
||||
Reference in New Issue
Block a user