Show visitor online state in chat list

This commit is contained in:
rajchales-monito
2026-07-24 12:00:55 +02:00
parent ce99d7114f
commit df70913665
3 changed files with 43 additions and 1 deletions
+3
View File
@@ -168,6 +168,9 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
text-overflow: ellipsis;
white-space: nowrap;
}
.visitor-name-wrap .online-dot {
flex: 0 0 auto;
}
.unread-dot {
width: 9px;
height: 9px;