quick fix for making compose window resizable by expanding/shrinking when textarea is resized

the textarea is resizable (though it's not convenient to do in firefox which
only shows a dragcorner in the bottomright, usually located in the bottom
corner of the screen, so there is little space left to drag the corner; the
workaround is to move the window temporarily).
This commit is contained in:
Mechiel Lukkien
2023-10-14 21:02:54 +02:00
parent 56956c224b
commit 42d817ef3d
2 changed files with 0 additions and 4 deletions

View File

@ -1375,8 +1375,6 @@ const compose = (opts: ComposeOptions) => {
border: '1px solid #ccc',
padding: '1em',
minWidth: '40em',
maxWidth: '70em',
width: '40%',
borderRadius: '.25em',
}),
dom.form(