feat: add optimize textarea height when inputing

This commit is contained in:
leedom
2023-04-01 17:34:38 +08:00
parent 0385f6ede9
commit 2a79d35667
2 changed files with 16 additions and 9 deletions

View File

@@ -414,7 +414,7 @@
background-color: var(--white);
color: var(--black);
font-family: inherit;
padding: 10px 14px 50px;
padding: 10px 90px 10px 14px;
resize: none;
outline: none;
}