Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Enlarging query boxes

When using a ? query, is there a way (API or not) to enlarge the box that pops up? Would be nice for macros where you're entering a fair amount of text into the box (emoting, for example) instead of just one or two words.
1621206238

Edited 1621206262
vÍnce
Pro
Sheet Author
Stylish? <a href="https://app.roll20.net/forum/post/7841113/show-off-your-style-2-the-stylening/?pageforid=8052646#post-8052646" rel="nofollow">https://app.roll20.net/forum/post/7841113/show-off-your-style-2-the-stylening/?pageforid=8052646#post-8052646</a>
vÍnce said: Stylish? <a href="https://app.roll20.net/forum/post/7841113/show-off-your-style-2-the-stylening/?pageforid=8052646#post-8052646" rel="nofollow">https://app.roll20.net/forum/post/7841113/show-off-your-style-2-the-stylening/?pageforid=8052646#post-8052646</a> Thanks for this, although I would want the box to be longer as well as wider. Will check the Stylus option out.
1621207622

Edited 1621207735
vÍnce
Pro
Sheet Author
You could try including height: 300px &nbsp;!important; with the stylish class. example; .ui-dialog-content.ui-widget-content &gt; p &gt; strong + input { &nbsp;&nbsp;&nbsp;&nbsp;width: 100% !important; &nbsp;&nbsp;&nbsp;&nbsp;width: -moz-available !important; &nbsp;&nbsp;&nbsp;&nbsp;width: -webkit-fill-available !important; &nbsp;&nbsp;&nbsp;&nbsp;width: fill-available !important; &nbsp;&nbsp;&nbsp;height: 300px !important; }
vÍnce said: You could try including height:300px &nbsp;!important; with the stylish class. True, but now that I think about it, I don't want every text box to be that size, just certain boxes. Hmmm. Thanks again for the suggestions!
1621208385
vÍnce
Pro
Sheet Author
Jay R. said: vÍnce said: You could try including height:300px &nbsp;!important; with the stylish class. True, but now that I think about it, I don't want every text box to be that size, just certain boxes. Hmmm. Thanks again for the suggestions! How picky.&nbsp; ;-P
1621235799
Gold
Forum Champion
vÍnce &nbsp;said: Jay R. &nbsp;said: vÍnce &nbsp;said: You could try including&nbsp; height:300px &nbsp;!important; with the stylish class. True, but now that I think about it, I don't want every text box to be that size, just certain boxes. Hmmm. Thanks again for the suggestions! How picky.&nbsp; ;-P and i know this is super-picky but also if the enlarged query box (on certain queries) could be larger For My Players Benefit too please (without stylishing their browsers 1 by 1) Thanks in advance!
1621236559
vÍnce
Pro
Sheet Author
We can always dream.&nbsp; :-)
Gold said: vÍnce &nbsp;said: Jay R. &nbsp;said: vÍnce &nbsp;said: You could try including&nbsp; height:300px &nbsp;!important; with the stylish class. True, but now that I think about it, I don't want every text box to be that size, just certain boxes. Hmmm. Thanks again for the suggestions! How picky.&nbsp; ;-P and i know this is super-picky but also if the enlarged query box (on certain queries) could be larger For My Players Benefit too please (without stylishing their browsers 1 by 1) Thanks in advance! Yeah, for real! My players are never going to install Stylus extensions no matter how much I try to convince them to do so.
1621260065
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
I convinced all my players to install Stylish, then I exported all the useful styles into one file and sent that to them with instructions on how to import. I did wind up having to walk some of them through it anyway, but they were amazed at how much better then interface could be.