123jimin / ComfyUI-MobileForm

Easily build simple UI for any ComfyUI workflows!
MIT License
7 stars 2 forks source link

Prompt text box size #2

Open Nazrax opened 2 weeks ago

Nazrax commented 2 weeks ago

This is great! Unfortunately, I tend to use fairly large prompts, and the 2 lines in the mobile form aren't nearly enough. It would be great if they'd automatically resize to fit all the lines, or have an expand button, or something like that.

Nazrax commented 2 weeks ago

It turns out that most modern browsers support field-sizing: content. I've added it into web/styles.css inside textarea in my own installation, and it seems to do the job.