mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 07:36:39 +08:00
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) {
|
||||
.chat-input {
|
||||
font-size: 16px;
|
||||
height: 25px;
|
||||
|
||||
&:focus {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user