From 34353b5cba59b6d439793e55c9d8ff08890ba24c Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 8 Sep 2025 21:44:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84(frontend)=20narrow=20lobby=20colum?= =?UTF-8?q?n=20width=20on=20prejoin=20screen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reduce lobby column width on prejoin screen for better visual balance and improved layout proportions. --- src/frontend/src/features/rooms/components/Join.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/features/rooms/components/Join.tsx b/src/frontend/src/features/rooms/components/Join.tsx index d4b49356..8736f4a4 100644 --- a/src/frontend/src/features/rooms/components/Join.tsx +++ b/src/frontend/src/features/rooms/components/Join.tsx @@ -474,7 +474,7 @@ export const Join = ({ width: '100%', flexDirection: 'column', flexGrow: 1, - gap: { base: '1rem', sm: '2rem', lg: 0 }, + gap: { base: '1rem', sm: '2rem', lg: '2rem' }, lg: { flexDirection: 'row', }, @@ -771,7 +771,7 @@ export const Join = ({ display: 'flex', flexDirection: 'column', alignItems: 'center', - flex: '0 0 448px', + flex: '0 0 360px', position: 'relative', margin: '1rem 1rem 1rem 0.5rem', })}