Fix textareas in right menu being too small in certain browsers

This commit is contained in:
Cohee 2023-08-09 01:07:06 +03:00
parent 0ed340bd9a
commit 41f504ef00
1 changed files with 4 additions and 0 deletions

View File

@ -1726,6 +1726,10 @@ body.big-avatars .ch_description {
overflow-y: auto;
}
#form_create textarea {
flex-grow: 1;
}
.avatar_div {
display: flex;
width: 100%;