[mirotalk] - add activeRooms, update dep

This commit is contained in:
Miroslav Pejic
2025-11-14 23:06:59 +01:00
parent c81094d279
commit 8a4e89aee1
14 changed files with 397 additions and 13 deletions
+2
View File
@@ -1342,6 +1342,7 @@ button {
border-radius: 50px;
}
#activeRoomsBtn,
#myPeerNameSetBtn,
#captionEveryoneBtn,
#muteEveryoneBtn,
@@ -1390,6 +1391,7 @@ button {
transition: all 0.3s ease-in-out;
}
#activeRoomsBtn:hover,
#captionEveryoneBtn:hover {
color: green;
transform: translateY(-3px);