chat area style fix
This commit is contained in:
parent
5e135313a3
commit
a1d755b26f
1 changed files with 2 additions and 1 deletions
|
@ -189,7 +189,7 @@ body {
|
|||
height: 268px;
|
||||
overflow-y: scroll;
|
||||
font-family: monospace;
|
||||
background-color: #f3f3f3;
|
||||
background-color: #e4e4e4;
|
||||
}
|
||||
|
||||
.chat-message {
|
||||
|
@ -234,6 +234,7 @@ body {
|
|||
width: 100%;
|
||||
height: 20px;
|
||||
margin: 5px 0 0 0;
|
||||
background-color: #e4e4e4;
|
||||
}
|
||||
|
||||
.chat-input:focus {
|
||||
|
|
Reference in a new issue