From 59c20295351f68797d28c225746a0761ca5183a4 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 27 Aug 2020 12:50:08 -0500 Subject: [PATCH] Chats: style pending messages --- .../features/chats/components/chat_message_list.js | 9 ++++++++- app/styles/chats.scss | 4 ++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/app/soapbox/features/chats/components/chat_message_list.js b/app/soapbox/features/chats/components/chat_message_list.js index d0b2a005f..5f5f4db9e 100644 --- a/app/soapbox/features/chats/components/chat_message_list.js +++ b/app/soapbox/features/chats/components/chat_message_list.js @@ -6,6 +6,7 @@ import { injectIntl } from 'react-intl'; import ImmutablePureComponent from 'react-immutable-pure-component'; import { List as ImmutableList } from 'immutable'; import emojify from 'soapbox/features/emoji/emoji'; +import classNames from 'classnames'; const mapStateToProps = (state, { chatMessageIds }) => ({ me: state.get('me'), @@ -52,7 +53,13 @@ class ChatMessageList extends ImmutablePureComponent { return (
{chatMessages.map(chatMessage => ( -
+