mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix textareas in right menu being too small in certain browsers
This commit is contained in:
@ -1726,6 +1726,10 @@ body.big-avatars .ch_description {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#form_create textarea {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.avatar_div {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user