fix(chat): change margins to avoid different background color
This commit is contained in:
parent
ab022c62f5
commit
fd0eef4c84
|
@ -120,7 +120,6 @@
|
||||||
|
|
||||||
.usrmsg-form {
|
.usrmsg-form {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
margin-left: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#usermsg {
|
#usermsg {
|
||||||
|
@ -131,7 +130,7 @@
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
padding: 5px 5px 5px 0px;
|
padding: 5px;
|
||||||
max-height:150px;
|
max-height:150px;
|
||||||
min-height:35px;
|
min-height:35px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
Loading…
Reference in New Issue