[mirotalksfu] - improve getRoomParticipants

هذا الالتزام موجود في:
Miroslav Pejic
2021-09-22 21:27:40 +02:00
الأصل b21baac5cd
التزام e28b587b74
5 ملفات معدلة مع 107 إضافات و37 حذوفات

عرض الملف

@@ -527,6 +527,31 @@ button:hover {
# Room Participants
--------------------------------------------------------------*/
#participants {
z-index: 17;
position: absolute;
margin: auto;
padding: 10px;
min-width: 320px;
background: var(--body-bg);
border-radius: 10px;
overflow: hidden;
}
.participants-header {
display: flex;
justify-content: space-between;
background: rgb(0, 0, 0);
border-radius: 10px;
padding: 10px;
color: #666;
cursor: move;
}
.participants-header-title {
color: white;
}
#roomParticipants {
max-height: 480px;
overflow: auto;