[Client] Fix width of the game username input on the start page
Also remove its unneeded margins.
This commit is contained in:
parent
3049e22b25
commit
1abc784ad2
@ -175,8 +175,7 @@ input::placeholder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#game_username {
|
#game_username {
|
||||||
margin: 0.5em;
|
width: calc(100% - 1.25em);
|
||||||
width: calc(100% - 1.5em);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#play_button {
|
#play_button {
|
||||||
|
Loading…
Reference in New Issue
Block a user