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.

Turn order window sizing & suggestions

Could we toggle the removal of the words "Turn Order" in the window as a way to make it smaller? And/or toggle-display the Icon/Number rather than Icon/Name/Number? This would make for a minimalist appearance which would increase the available screen real estate for those of us who want/need it, and not change anything for those who want the full size turn order.  Thank you for your consideration :) 
1439916851

Edited 1439916907
The Aaron
Pro
API Scripter
It would be great to have this kind of functionality build in, but in the meantime... You can actually do this locally via a Bookmarklet: javascript:(function(){ $('#initiativewindow .characterlist .name').hide();$('#initiativewindow').parent().css('width','100px'); })(); Here's one that sets it back: javascript:(function(){ $('#initiativewindow .characterlist .name').show();$('#initiativewindow').parent().css('width','200px'); })(); For Chrome, you just create bookmarks with the above in them.  During the game, you choose the one you want and it makes the changes.  These changes are local and only persist until you reload. 
That's really handy! I'll have a run at that for next session - thank you :) 
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 .