Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Overnap
2021-06-07 04:28:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b25168cfa02049e884af77c81d539c861f4325b1
b25168cf
1 parent
7235aaa5
Builds for 1 pipeline
failed
in 1 minute 20 seconds
RoomInfo 너비 추가
Changes
1
Builds
3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/components/room/RoomInfo.tsx
web/src/components/room/RoomInfo.tsx
View file @
b25168c
...
...
@@ -57,7 +57,7 @@ export const RoomInfo: React.FC = () => {
}, []);
return (
<div className='m-3 flex items-center place-content-between'>
<div className='m-3
w-5/6
flex items-center place-content-between'>
<div>{roomData.name}</div>
<div>{roomData.users.length}/{roomData.maxUsers}</div>
</div>
...
...
Please
register
or
login
to post a comment