diff --git a/packages/web/src/pages/chat-page/components/ChatListBlastItem.tsx b/packages/web/src/pages/chat-page/components/ChatListBlastItem.tsx index 6fd485e4f04..9a1b1eec99d 100644 --- a/packages/web/src/pages/chat-page/components/ChatListBlastItem.tsx +++ b/packages/web/src/pages/chat-page/components/ChatListBlastItem.tsx @@ -41,20 +41,30 @@ export const ChatListBlastItem = (props: ChatListBlastItemProps) => { onClick={handleClick} className={cn(styles.root, { [styles.active]: isCurrentChat })} > - + - + {chatBlastTitle} {contentTitle ? ( - + {contentTitle} ) : null} - + {messages.audience} diff --git a/packages/web/src/pages/chat-page/components/ChatListItem.module.css b/packages/web/src/pages/chat-page/components/ChatListItem.module.css index 1801cf97d66..72335681670 100644 --- a/packages/web/src/pages/chat-page/components/ChatListItem.module.css +++ b/packages/web/src/pages/chat-page/components/ChatListItem.module.css @@ -55,6 +55,10 @@ } @media (max-width: 1080px) { + .headingContainer { + justify-content: center; + } + .messagePreview, .userText, .unreadIndicatorTag {