indicators

This commit is contained in:
pavel 2026-02-26 22:35:27 +01:00
commit af46da77a7
6 changed files with 216 additions and 26 deletions

View file

@ -550,6 +550,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;