signaling
All checks were successful
/ upload (release) Successful in 20s

This commit is contained in:
pavel 2026-02-24 01:25:27 +01:00
commit be1451ce45
3 changed files with 109 additions and 7 deletions

View file

@ -566,6 +566,19 @@ select {
font-size: 12px;
}
/* Voice Activity */
.voice-speaking .avatar {
box-shadow: 0 0 0 2px var(--green);
}
.video-item.speaking {
box-shadow: 0 0 0 4px var(--green);
}
.video-item.speaking .video-label {
background: var(--green);
}
/* Chat Pane */
.chat-pane {
display: flex;