mirror of
https://github.com/webxoss/webxoss-client.git
synced 2024-11-20 05:49:55 +01:00
fix width for room name input
This commit is contained in:
parent
51a710f84c
commit
0d2e2650ea
1 changed files with 1 additions and 1 deletions
2
css.css
2
css.css
|
@ -418,7 +418,7 @@ ol,ul,li {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
widows: 15em;
|
width: 15em;
|
||||||
}
|
}
|
||||||
#room-host-nickname {
|
#room-host-nickname {
|
||||||
color: #77d25b;
|
color: #77d25b;
|
||||||
|
|
Loading…
Reference in a new issue