fixes the stuff

This commit is contained in:
matty 2023-02-15 16:14:03 -05:00
parent ad07305417
commit 4b99ab7d35

View file

@ -190,7 +190,7 @@ const Account = ({
<Avatar src={account.avatar} size={avatarSize} />
{emoji && (
<Emoji
className='absolute -bottom-1.5 -right-1.5 h-5 w-5'
className='absolute -bottom-0 -right-1.5 h-5 w-5'
emoji={emoji}
/>
)}