Skip to content

Commit

Permalink
fix: Add read receipt status for 1on1 (#16463)
Browse files Browse the repository at this point in the history
  • Loading branch information
przemvs authored Jan 3, 2024
1 parent dd8b52d commit d81b499
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/style/content/conversation/message-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,10 @@
}
}

.message-status {
margin-left: 12px;
}

.message-status-read {
display: flex;
align-items: center;
Expand Down

0 comments on commit d81b499

Please sign in to comment.