Show presence in chat header
This commit is contained in:
@@ -293,6 +293,14 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
|
||||
background: #f8fbf9;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.visitor-summary-row .presence-dot {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
background: #c9d4ce;
|
||||
}
|
||||
.visitor-summary-row .presence-dot.active { background: #2f9e44; }
|
||||
.visitor-summary-row .presence-dot.idle { background: #f59f00; }
|
||||
.visitor-summary-row .presence-dot.offline { background: #c9d4ce; }
|
||||
.visitor-details {
|
||||
max-width: 980px;
|
||||
color: var(--muted);
|
||||
|
||||
Reference in New Issue
Block a user