Adjust char editor layouts

This commit is contained in:
SillyLossy
2023-04-29 18:57:27 +03:00
parent 314225c1ce
commit 6f1193f057
3 changed files with 7 additions and 6 deletions

View File

@@ -1243,7 +1243,9 @@ input[type=search]:focus::-webkit-search-cancel-button {
margin-right: 10px;
height: 70px;
width: 70px;
display: inline-block;
display: flex;
justify-content: center;
align-items: center;
}
#first_message_div {