From 816ae17270c4cda3928c6204d90657642071fdce Mon Sep 17 00:00:00 2001 From: antoine92190 Date: Wed, 27 May 2020 14:58:15 +1100 Subject: [PATCH] (fix) room last message check icon position --- src/ChatWindow/RoomsList.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/ChatWindow/RoomsList.vue b/src/ChatWindow/RoomsList.vue index f32a0e13..cabced2f 100644 --- a/src/ChatWindow/RoomsList.vue +++ b/src/ChatWindow/RoomsList.vue @@ -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 { @@ -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 {