Builds for
1 pipeline
failed
in
1 minute 20 seconds
RoomInfo 너비 추가
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -57,7 +57,7 @@ export const RoomInfo: React.FC = () => { | ... | @@ -57,7 +57,7 @@ export const RoomInfo: React.FC = () => { |
57 | }, []); | 57 | }, []); |
58 | 58 | ||
59 | return ( | 59 | return ( |
60 | - <div className='m-3 flex items-center place-content-between'> | 60 | + <div className='m-3 w-5/6 flex items-center place-content-between'> |
61 | <div>{roomData.name}</div> | 61 | <div>{roomData.name}</div> |
62 | <div>{roomData.users.length}/{roomData.maxUsers}</div> | 62 | <div>{roomData.users.length}/{roomData.maxUsers}</div> |
63 | </div> | 63 | </div> | ... | ... |
-
Please register or login to post a comment