pl-fe: fix emoji position in reactions modal

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-09-12 10:57:15 +02:00
parent c609c3757b
commit 40675093f5

View file

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