Skip to content

Commit

Permalink
(fix) room last message check icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine92190 committed May 27, 2020
1 parent 9b32fca commit 816ae17
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/ChatWindow/RoomsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -294,12 +294,11 @@ input {
}
.text-last {
display: flex;
align-items: center;
font-size: 12px;
line-height: 15px;
color: var(--chat-room-color-message);
* {
display: inline-block;
}
}
.message-new {
Expand All @@ -314,11 +313,11 @@ input {
}
.icon-check {
display: flex;
height: 14px;
width: 14px;
vertical-align: middle;
margin-top: -2px;
margin-right: 1px;
margin-right: 2px;
}
.state-circle {
Expand Down

0 comments on commit 816ae17

Please sign in to comment.