[Client] Improve game room players name design

This commit is contained in:
AudricV 2023-01-16 09:42:53 +01:00
parent 6e42a5c11b
commit 5329e30ea6
No known key found for this signature in database
GPG Key ID: DA92EC7905614198

View File

@ -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 {