Implement pending/delivered status for messages
This commit is contained in:
@ -235,6 +235,10 @@ main .chat .message {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
main .chat .message.pending {
|
||||
border-color: #C00000;
|
||||
}
|
||||
|
||||
main .chat ::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user