This commit is contained in:
parent
e7c60e7c47
commit
be1451ce45
3 changed files with 109 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue