Add visitor read receipts

This commit is contained in:
rajchales-monito
2026-07-24 12:26:42 +02:00
parent f052bca3ad
commit 627891d0d0
4 changed files with 53 additions and 3 deletions
+7
View File
@@ -501,6 +501,13 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
.message .by { font-size: 12px; color: var(--muted); margin-bottom: 4px; }
.message p { margin: 0; white-space: pre-wrap; }
.message a { color: var(--brand); display: inline-block; margin-top: 6px; }
.read-receipt {
align-self: flex-end;
margin-top: -4px;
font-size: 12px;
color: var(--muted);
}
.read-receipt.seen { color: var(--brand); }
.attachments {
display: flex;
flex-wrap: wrap;