feat(messenger): show 'sent while offline' marker in thread

This commit is contained in:
simoleo89
2026-06-02 19:11:05 +02:00
parent 83140de98b
commit db050b99e7
3 changed files with 17 additions and 2 deletions
+8
View File
@@ -894,3 +894,11 @@
max-height: 220px;
overflow-y: auto;
}
.messenger-offline-tag {
display: block;
margin-top: 2px;
font-size: 10px;
font-style: italic;
opacity: 0.6;
}