From 866b0b9121da0794e00b44bfee559364837c26d4 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 21 May 2024 21:33:00 +0100 Subject: [PATCH] =?UTF-8?q?[=F0=9F=90=B4]=20Fix=20convo=20menu=20overlap?= =?UTF-8?q?=20(web)=20(#4153)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add right padding to chatlistitem to avoid overlap * reduce padding amount --- src/screens/Messages/List/ChatListItem.tsx | 45 +++++++++------------- 1 file changed, 19 insertions(+), 26 deletions(-) diff --git a/src/screens/Messages/List/ChatListItem.tsx b/src/screens/Messages/List/ChatListItem.tsx index ce0c7eee..47a5772a 100644 --- a/src/screens/Messages/List/ChatListItem.tsx +++ b/src/screens/Messages/List/ChatListItem.tsx @@ -192,7 +192,7 @@ function ChatListItemReady({ moderation={moderation.ui('avatar')} /> - + {lastMessage} - - {convo.unreadCount > 0 && ( - - )} + + {convo.unreadCount > 0 && ( + + )} )}