From 5329e30ea6c206bf6638efe875dc500c1894d07e Mon Sep 17 00:00:00 2001 From: AudricV <74829229+AudricV@users.noreply.github.com> Date: Mon, 16 Jan 2023 09:42:53 +0100 Subject: [PATCH] [Client] Improve game room players name design --- truthseeker/static/css/game_ui_lobby.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/truthseeker/static/css/game_ui_lobby.css b/truthseeker/static/css/game_ui_lobby.css index 6a9c59d..2514b86 100644 --- a/truthseeker/static/css/game_ui_lobby.css +++ b/truthseeker/static/css/game_ui_lobby.css @@ -170,8 +170,12 @@ html { .player_names { border: 0.25em white solid; border-radius: 0.75em; + font-family: "Roboto Mono", sans-serif; + font-size: 1.25em; max-height: 12em; + min-width: 25em; overflow-y: scroll; + padding: 0.25em; } .player_name {