style: optimize the height of textarea when it blurs on mobile
This commit is contained in:
parent
ba08b10de1
commit
ebea984ab4
|
@ -422,6 +422,11 @@
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
.chat-input {
|
.chat-input {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
height: 25px;
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue