From 1abc784ad200acf394c7dc2def67bd4ad3062605 Mon Sep 17 00:00:00 2001 From: AudricV <74829229+AudricV@users.noreply.github.com> Date: Mon, 9 Jan 2023 10:56:26 +0100 Subject: [PATCH] [Client] Fix width of the game username input on the start page Also remove its unneeded margins. --- truthseeker/static/css/game_ui_start.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/truthseeker/static/css/game_ui_start.css b/truthseeker/static/css/game_ui_start.css index a160f98..e50c89a 100644 --- a/truthseeker/static/css/game_ui_start.css +++ b/truthseeker/static/css/game_ui_start.css @@ -175,8 +175,7 @@ input::placeholder { } #game_username { - margin: 0.5em; - width: calc(100% - 1.5em); + width: calc(100% - 1.25em); } #play_button {