[mirotalksfu] - add participant lists + eject

هذا الالتزام موجود في:
Miroslav Pejic
2021-09-03 14:09:38 +02:00
الأصل bfeb4a914a
التزام 57e925ea20
8 ملفات معدلة مع 195 إضافات و64 حذوفات

عرض الملف

@@ -530,6 +530,29 @@ button:hover {
color: rgb(0, 180, 50);
}
/*--------------------------------------------------------------
# Room Participants
--------------------------------------------------------------*/
#roomParticipants {
max-height: 480px;
overflow: auto;
}
#roomParticipants ul {
text-align: justify;
list-style: inside;
}
#roomParticipants button {
color: red;
border-radius: 5px;
}
#roomParticipants button:hover {
color: white;
border-radius: 5px;
}
/*--------------------------------------------------------------
# Pulse class effect
--------------------------------------------------------------*/