optimize: textarea height

This commit is contained in:
leedom 2023-04-07 00:08:22 +08:00
parent 74cff2639b
commit 58ebb08490

View File

@ -408,6 +408,10 @@
padding: 10px 14px 50px;
resize: none;
outline: none;
&:focus {
height: 100px;
}
}
@media only screen and (max-width: 600px) {