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
This post has been closed. You can still view previous posts, but you can't post any new replies.

Increase number of token markers visible at once so we don't have to scroll as much

When selecting a token and viewing the token markers,  you only see three rows  at once  and must scroll to see all of them.  The token markers only appear briefly, so having them take more of the screen so you can see all of them at once seems preferable to scrolling around in a tiny window.  The default looks like this: I manually increased this from 115px to 300px using Chrome Developer Tools and it looks like this: Could you please consider showing more than three rows of token markers at once and save us from having to scroll this tiny window?
1612547007

Edited 1612547045
A good suggestion! In the meantime, as a workaround, you can use the Stylus browser plugin and use this: #radial-menu .markermenu.open {     width: 330px;     height: 225px;     border-radius: 15px; }
1612769057

Edited 1612769183
+1  My current batch of custom token markers is quite immense and could really use a heftier window to display more of them. My only worry is that the developers will neglect thinking about tokens near the bottom of the map forcing the menu off the edge of the page, which would take a bit more programming to force the whole window to fit on the VTT no matter where the token is.
Thanks Rabulias, this works well!  This solution doesn't scale well across the entire Roll20 community, but it fixes this particular annoyance for me.  I'd used the Chrome extension Stylish years ago but became disillusioned with Stylish and user CSS managers over privacy concerns.  The situation seems to have improved a bit with Stylus and Chrome's extension management, so I'm giving it another go! Rabulias said: A good suggestion! In the meantime, as a workaround, you can use the Stylus browser plugin and use this: #radial-menu .markermenu.open {     width: 330px;     height: 225px;     border-radius: 15px; }
Thanks for the suggestion! After 30 days, Suggestions and Ideas with fewer than 10 votes are closed and the votes are refunded to promote freshness. Your suggestion didn't build the right momentum this time, but feel free to submit it again! We find that the best suggestions describe the problem you are having, and the solution you want. You can learn more about the process of making suggestions on the Roll20 Wiki! More details can be found here .