[mirotalksfu] - improve UI

هذا الالتزام موجود في:
Miroslav Pejic
2022-09-09 12:54:34 +02:00
الأصل fd21c31f1a
التزام 3d7f4902c3

عرض الملف

@@ -653,7 +653,7 @@ button:hover {
} }
#roomParticipants { #roomParticipants {
max-height: 480px; max-height: 680px;
overflow: auto; overflow: auto;
} }
@@ -677,6 +677,18 @@ button:hover {
background-color: #0c0b0b; background-color: #0c0b0b;
} */ } */
#roomParticipants::-webkit-scrollbar {
width: 5px;
}
#roomParticipants::-webkit-scrollbar-track {
background: transparent;
}
#roomParticipants::-webkit-scrollbar-thumb {
background: #404040;
}
#inviteParticipants { #inviteParticipants {
width: 100%; width: 100%;
padding: 10px; padding: 10px;