diff --git a/apps/client/src/scenes/lobby/LobbyScene.tsx b/apps/client/src/scenes/lobby/LobbyScene.tsx index 483505d..6d45699 100644 --- a/apps/client/src/scenes/lobby/LobbyScene.tsx +++ b/apps/client/src/scenes/lobby/LobbyScene.tsx @@ -121,30 +121,11 @@ ルーム: {room.roomId} (待機中) - -
- {isMeOwner ? ( -
- - + - +
+ ) : ( +
- ゲームスタート - -
- ) : ( -
- ホストの開始を待っています... -
- )} + ホストの開始を待っています... +
+ )} + {/* 右半分: 参加プレイヤーリスト */} @@ -275,6 +283,7 @@ fontSize: "1.1rem", overflowY: "auto", flexGrow: 1, + minHeight: "320px", paddingRight: "10px", }} >