mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 08:38:53 +01:00
Fix textareas in right menu being too small in certain browsers
This commit is contained in:
parent
0ed340bd9a
commit
41f504ef00
@ -1726,6 +1726,10 @@ body.big-avatars .ch_description {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#form_create textarea {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.avatar_div {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user