fix(chat): tweak layouts of chat user badges. Closes #3009
This commit is contained in:
@@ -101,7 +101,7 @@ export const ChatUserMessage: FC<ChatUserMessageProps> = ({
|
||||
<UserTooltip user={user}>
|
||||
<div className={styles.user} style={{ color }}>
|
||||
<span className={styles.userName}>{displayName}</span>
|
||||
{badgeNodes}
|
||||
<span className={styles.userBadges}>{badgeNodes}</span>
|
||||
</div>
|
||||
</UserTooltip>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user