mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-20 21:07:47 +00:00
fix(lobby): Knocking participants list for small widths
This commit is contained in:
committed by
Дамян Минков
parent
3426290bf2
commit
eb41a306a6
@@ -42,9 +42,11 @@ class KnockingParticipantList extends AbstractKnockingParticipantList<Props> {
|
||||
<span className = 'title'>
|
||||
{ t('lobby.knockingParticipantList') }
|
||||
</span>
|
||||
<ul>
|
||||
<ul className = 'knocking-participants-container'>
|
||||
{ _participants.map(p => (
|
||||
<li key = { p.id }>
|
||||
<li
|
||||
className = 'knocking-participant'
|
||||
key = { p.id }>
|
||||
<Avatar
|
||||
displayName = { p.name }
|
||||
size = { 48 }
|
||||
|
||||
Reference in New Issue
Block a user