mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-13 10:42:55 +01:00
Limit vertical size and add resize handles to AF [contenteditable]s
This commit is contained in:
parent
f7de495321
commit
03f9a89ffe
@ -5455,4 +5455,8 @@ body:not(.movingUI) .drawer-content.maximized {
|
|||||||
|
|
||||||
#advanced-formatting-button div[contenteditable] {
|
#advanced-formatting-button div[contenteditable] {
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
|
max-height: 50vh;
|
||||||
|
max-height: 50dvh;
|
||||||
|
resize: vertical;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user