mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 19:46:37 +08:00
optimize: textarea height
This commit is contained in:
parent
74cff2639b
commit
58ebb08490
@ -408,6 +408,10 @@
|
|||||||
padding: 10px 14px 50px;
|
padding: 10px 14px 50px;
|
||||||
resize: none;
|
resize: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
height: 100px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user