indicators
This commit is contained in:
parent
4358d49b48
commit
af46da77a7
6 changed files with 216 additions and 26 deletions
|
|
@ -571,6 +571,19 @@ select {
|
|||
box-shadow: 0 0 6px rgba(34, 197, 94, 0.4);
|
||||
}
|
||||
|
||||
.status-dot.idle {
|
||||
background: var(--yellow);
|
||||
box-shadow: 0 0 6px rgba(245, 158, 11, 0.4);
|
||||
}
|
||||
|
||||
.voice-muted-icon {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
color: var(--danger);
|
||||
margin-left: 6px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
.user-info {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
|
|
@ -1547,4 +1560,4 @@ select {
|
|||
.chat-header {
|
||||
padding: 0 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue