Limit vertical size and add resize handles to AF [contenteditable]s

03f9a89ffe13fb886f06fff36446dd163cc86ba7

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +4 -0Ignore whitespace
public/style.css+4 -0
@@ -5455,4 +5455,8 @@ body:not(.movingUI) .drawer-content.maximized {
54555455
54565456#advanced-formatting-button div[contenteditable] {
54575457 overflow-wrap: anywhere;
5458+ max-height: 50vh;
5459+ max-height: 50dvh;
5460+ resize: vertical;
5461+ overflow: auto;
54585462}