[Client] Fix width of the game username input on the start page

Also remove its unneeded margins.
This commit is contained in:
AudricV 2023-01-09 10:56:26 +01:00
parent 3049e22b25
commit 1abc784ad2
No known key found for this signature in database
GPG Key ID: DA92EC7905614198

View File

@ -175,8 +175,7 @@ input::placeholder {
}
#game_username {
margin: 0.5em;
width: calc(100% - 1.5em);
width: calc(100% - 1.25em);
}
#play_button {