@userbr said:
@exodo since you removed it we can't try it on, right? I'd like to see if it adapts our forum, despite the mobile glitch tho.
You can try it on that commit
Will be nice to have it on composer default @staff
I notice this problem with composer. When user open it, form for answer opened, but you see only top part of textarea, half hidden. IMHO it's confusing for users, especially new, who did't notice arrow at left side for resize composer window.
I add this to my CSS, work fine for me, but i think it's will be usefull for all users.
.composer .write-preview-container {
min-height: 100px;
}
Examples, comparison my forum and this, custom. What you think about it?
There's already a fix for this in a PR: https://github.com/NodeBB/nodebb-plugin-composer-default/pull/72