From 77126ff8aa47ee7afbe4f78376aaed16b4386690 Mon Sep 17 00:00:00 2001 From: GOEPP THOMAS <thomas@saturne-digital.fr> Date: Thu, 16 Jan 2025 20:42:34 +0100 Subject: [PATCH] style: lobby css --- src/routes/multiplayer/Lobby/lobby.css | 4 +++- src/routes/multiplayer/Lobby/lobby.tsx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/routes/multiplayer/Lobby/lobby.css b/src/routes/multiplayer/Lobby/lobby.css index 2286d73..8cc0aac 100644 --- a/src/routes/multiplayer/Lobby/lobby.css +++ b/src/routes/multiplayer/Lobby/lobby.css @@ -49,7 +49,7 @@ .player-list { width: 100%; - height: 100%; + height: 70%; display: flex; flex-wrap: wrap; gap: 10px; @@ -79,6 +79,7 @@ color: #333; } + .title { text-align: center; } @@ -87,4 +88,5 @@ display: flex; justify-content: center; align-items: center; + gap: 15px; } diff --git a/src/routes/multiplayer/Lobby/lobby.tsx b/src/routes/multiplayer/Lobby/lobby.tsx index b34e557..1291768 100644 --- a/src/routes/multiplayer/Lobby/lobby.tsx +++ b/src/routes/multiplayer/Lobby/lobby.tsx @@ -154,7 +154,7 @@ export function Lobby() { <p className="quiz-info-content-value">{quiz?.category?.name}</p> </div> <div className="quiz-info-content"> - <p className="quiz-info-content-title">Nb. questions</p> + {/*<p className="quiz-info-content-title">Nb. questions</p>*/} <p className="quiz-info-content-value">{quiz?.questionCount}</p> </div> </div> -- GitLab