From 94c55b6cbe70c67f048fee0ffe4e79e3a3c067ba Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Wed, 9 Nov 2022 12:34:06 -0500 Subject: [PATCH] Reduce size of read receipts --- app/soapbox/features/chats/components/chat-message-list.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/chats/components/chat-message-list.tsx b/app/soapbox/features/chats/components/chat-message-list.tsx index 05742f6a5..3bc0bff6e 100644 --- a/app/soapbox/features/chats/components/chat-message-list.tsx +++ b/app/soapbox/features/chats/components/chat-message-list.tsx @@ -350,11 +350,11 @@ const ChatMessageList: React.FC = ({ chat }) => { <> {isRead ? ( - + ) : ( - + )}