fix: send button covering the text in the textarea

This commit is contained in:
GOWxx
2023-03-29 20:37:21 +08:00
parent f893f53b1c
commit c47e90004a
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;
}