feat(messenger): render sent/read checkmarks on own messages

This commit is contained in:
simoleo89
2026-06-02 20:25:03 +02:00
parent ef60aa8ebd
commit 775e8b27af
2 changed files with 16 additions and 0 deletions
+12
View File
@@ -902,3 +902,15 @@
font-style: italic;
opacity: 0.6;
}
.messenger-message-status {
margin-top: 1px;
font-size: 10px;
line-height: 10px;
text-align: right;
opacity: 0.6;
}
.messenger-message-status.read {
color: #4fc3f7;
opacity: 1;
}