💄(frontend) adjust few minor details
Temporary styles, will be fixed when redesigning the UI. Inspired by GMeet.
This commit is contained in:
committed by
aleb_the_flash
parent
cde4b10794
commit
ec22abf82b
@@ -31,6 +31,7 @@ export const ChatEntry: (
|
|||||||
className={css({
|
className={css({
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
|
gap: '0.25rem',
|
||||||
})}
|
})}
|
||||||
ref={ref}
|
ref={ref}
|
||||||
title={time.toLocaleTimeString(locale, { timeStyle: 'full' })}
|
title={time.toLocaleTimeString(locale, { timeStyle: 'full' })}
|
||||||
@@ -42,12 +43,13 @@ export const ChatEntry: (
|
|||||||
className={css({
|
className={css({
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
gap: '0.5rem',
|
gap: '0.5rem',
|
||||||
|
paddingTop: '0.75rem',
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<Text bold={true} variant="sm">
|
<Text bold={true} variant="sm">
|
||||||
{entry.from?.name ?? entry.from?.identity}
|
{entry.from?.name ?? entry.from?.identity}
|
||||||
</Text>
|
</Text>
|
||||||
<Text variant="sm">
|
<Text variant="sm" className={css({ color: 'gray.700' })}>
|
||||||
{time.toLocaleTimeString(locale, { timeStyle: 'short' })}
|
{time.toLocaleTimeString(locale, { timeStyle: 'short' })}
|
||||||
</Text>
|
</Text>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user