pl-fe: chats list style fix

Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Nicole Mikołajczyk
2025-05-15 17:07:51 +02:00
parent 77a0dba73b
commit 816a5ab49d

View File

@ -88,7 +88,7 @@ const ChatListItem: React.FC<IChatListItemInterface> = ({ chat, onClick }) => {
tabIndex={0}
>
<HStack alignItems='center' justifyContent='between' space={2} className='w-full'>
<HStack alignItems='center' space={2}>
<HStack alignItems='center' space={2} className='overflow-hidden'>
<Avatar
src={chat.account.avatar}
alt={chat.account.avatar_description}