From ec22abf82bd755c84e46e45ac6601e9ca9f4c19c Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 15 Oct 2024 09:22:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84(frontend)=20adjust=20few=20minor?= =?UTF-8?q?=20details?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Temporary styles, will be fixed when redesigning the UI. Inspired by GMeet. --- .../src/features/rooms/livekit/components/chat/Entry.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/frontend/src/features/rooms/livekit/components/chat/Entry.tsx b/src/frontend/src/features/rooms/livekit/components/chat/Entry.tsx index c9542464..825ba211 100644 --- a/src/frontend/src/features/rooms/livekit/components/chat/Entry.tsx +++ b/src/frontend/src/features/rooms/livekit/components/chat/Entry.tsx @@ -31,6 +31,7 @@ export const ChatEntry: ( className={css({ display: 'flex', flexDirection: 'column', + gap: '0.25rem', })} ref={ref} title={time.toLocaleTimeString(locale, { timeStyle: 'full' })} @@ -42,12 +43,13 @@ export const ChatEntry: ( className={css({ display: 'flex', gap: '0.5rem', + paddingTop: '0.75rem', })} > {entry.from?.name ?? entry.from?.identity} - + {time.toLocaleTimeString(locale, { timeStyle: 'short' })}