Skip to content

Commit 816ae17

Browse files
committed
(fix) room last message check icon position
1 parent 9b32fca commit 816ae17

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/ChatWindow/RoomsList.vue

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -294,12 +294,11 @@ input {
294294
}
295295
296296
.text-last {
297+
display: flex;
298+
align-items: center;
297299
font-size: 12px;
300+
line-height: 15px;
298301
color: var(--chat-room-color-message);
299-
300-
* {
301-
display: inline-block;
302-
}
303302
}
304303
305304
.message-new {
@@ -314,11 +313,11 @@ input {
314313
}
315314
316315
.icon-check {
316+
display: flex;
317317
height: 14px;
318318
width: 14px;
319-
vertical-align: middle;
320319
margin-top: -2px;
321-
margin-right: 1px;
320+
margin-right: 2px;
322321
}
323322
324323
.state-circle {

0 commit comments

Comments
 (0)