Implement pending/delivered status for messages

This commit is contained in:
2022-08-27 22:34:10 +02:00
parent b480d35cb1
commit 6f76004dc0
4 changed files with 45 additions and 17 deletions

View File

@ -235,6 +235,10 @@ main .chat .message {
font-size: 0.875rem;
}
main .chat .message.pending {
border-color: #C00000;
}
main .chat ::-webkit-scrollbar {
width: 4px;
}