fix padding

This commit is contained in:
cyhhao 2023-04-03 01:28:31 +08:00
parent a9523f036b
commit 0562314b2d
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {
.chat-input { .chat-input {
font-size: 16px; font-size: 16px;
padding: 10px 5px; padding: 10px 55px 10px 10px;
} }
} }