From e8e1b526b6ce8c806631f9bd6bb28d0f7430cc75 Mon Sep 17 00:00:00 2001 From: GanghyeonSeo Date: Fri, 7 Jun 2024 17:04:01 +0900 Subject: [PATCH] fix: PostCreatePage style --- src/pages/PostCreatePage.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/pages/PostCreatePage.tsx b/src/pages/PostCreatePage.tsx index 90edf6d..218211b 100644 --- a/src/pages/PostCreatePage.tsx +++ b/src/pages/PostCreatePage.tsx @@ -39,7 +39,7 @@ const PostCreatePage = () => { display: 'flex', flexDirection: 'column', justifyContent: 'space-around', - alignItems: 'flex-end', + alignItems: 'center', }} > { alignItems: 'center', }} > - + 1 ? '600px' : '300px', + textAlign: 'left', + }} + > Selected LookBooks { bd="1px solid black" display="flex" style={{ - width: '300px', + width: imageUrls.length > 1 ? '600px' : '300px', height: '76%', overflow: 'auto', }}