[mirotalk] - add participants count Badge

This commit is contained in:
Miroslav Pejic
2025-11-26 23:02:03 +01:00
parent cd6f9d3c3a
commit d6a0aa009f
9 changed files with 115 additions and 39 deletions
+24
View File
@@ -327,6 +327,30 @@ body {
transform: var(--btns-hover-scale);
}
#participantsBtn {
position: relative;
}
/* Participants count badge for participants button */
#participantsCountBadge {
position: absolute;
top: 2px;
right: 2px;
min-width: 18px;
height: 18px;
background: #e74c3c;
color: #fff;
border-radius: 9px;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 5px;
pointer-events: none;
z-index: 2;
display: none;
}
/*--------------------------------------------------------------
# Caption
--------------------------------------------------------------*/