fix: send button covering the text in the textarea

This commit is contained in:
GOWxx
2023-03-29 20:37:21 +08:00
parent 9dfbf13e33
commit ca4a4088cc
2 changed files with 6 additions and 1 deletions

View File

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