[Client] Improve game room players name design
This commit is contained in:
parent
6e42a5c11b
commit
5329e30ea6
@ -170,8 +170,12 @@ html {
|
|||||||
.player_names {
|
.player_names {
|
||||||
border: 0.25em white solid;
|
border: 0.25em white solid;
|
||||||
border-radius: 0.75em;
|
border-radius: 0.75em;
|
||||||
|
font-family: "Roboto Mono", sans-serif;
|
||||||
|
font-size: 1.25em;
|
||||||
max-height: 12em;
|
max-height: 12em;
|
||||||
|
min-width: 25em;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
padding: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.player_name {
|
.player_name {
|
||||||
|
Loading…
Reference in New Issue
Block a user