mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-04 13:19:48 +03:00
parent
50e788825f
commit
4edaafe8e2
@ -163,12 +163,13 @@ export const MessageAuthor = ({
|
||||
>
|
||||
{copyDisplay}
|
||||
</Text>
|
||||
<Text flexShrink={0} fontSize={0} gray>
|
||||
<Text whiteSpace='nowrap' flexShrink={0} fontSize={0} gray>
|
||||
{timestamp}
|
||||
</Text>
|
||||
<Text
|
||||
flexShrink={0}
|
||||
fontSize={0}
|
||||
whiteSpace='nowrap'
|
||||
gray
|
||||
ml={2}
|
||||
display={['none', hovering ? 'block' : 'none']}
|
||||
@ -205,6 +206,7 @@ export const Message = React.memo(({
|
||||
top='2px'
|
||||
lineHeight="tall"
|
||||
fontSize={0}
|
||||
whiteSpace='nowrap'
|
||||
gray
|
||||
>
|
||||
{timestamp}
|
||||
|
@ -115,6 +115,7 @@ export default function Author(props: AuthorProps & PropFunc<typeof Box>): React
|
||||
stamp={stamp}
|
||||
fontSize={0}
|
||||
time={time}
|
||||
whiteSpace='nowrap'
|
||||
ml={2}
|
||||
color={unread ? 'blue' : 'gray'}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user