Move title up a level to allow mouse hover to show timestamp (#3926)
* Move title up a level to allow mouse hover to show timestamp * Fix bad commit to resolve 3848 --------- Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
@@ -96,7 +96,7 @@ export const ChatUserMessage: FC<ChatUserMessageProps> = ({
|
|||||||
[styles.ownMessage]: sentBySelf,
|
[styles.ownMessage]: sentBySelf,
|
||||||
})}
|
})}
|
||||||
style={{ borderColor: color }}
|
style={{ borderColor: color }}
|
||||||
>
|
title={formattedTimestamp}>
|
||||||
<div className={styles.background} style={{ color }} />
|
<div className={styles.background} style={{ color }} />
|
||||||
|
|
||||||
<UserTooltip user={user}>
|
<UserTooltip user={user}>
|
||||||
@@ -105,7 +105,7 @@ export const ChatUserMessage: FC<ChatUserMessageProps> = ({
|
|||||||
<span className={styles.userBadges}>{badgeNodes}</span>
|
<span className={styles.userBadges}>{badgeNodes}</span>
|
||||||
</div>
|
</div>
|
||||||
</UserTooltip>
|
</UserTooltip>
|
||||||
<Tooltip title={formattedTimestamp} mouseEnterDelay={1}>
|
<Tooltip mouseEnterDelay={1}>
|
||||||
<Interweave
|
<Interweave
|
||||||
className={styles.message}
|
className={styles.message}
|
||||||
content={body}
|
content={body}
|
||||||
|
|||||||
Reference in New Issue
Block a user