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

Repositioning the tool bar?

So is there a way to reposition the toolbar on the tabletop? I'm casting my tabletop to my television for in-person games, but the edges of my tabletop (including most of the toolbar) are cut off. I can't seem to reposition the toolbar so I can use it. (I'm using an extended desktop so the party can't see my Combat Manager on my main screen).
1504472625
vÍnce
Pro
Sheet Author
You can probably use Stylish or similar css manipulating extension to reposition the toolbar.  On my phone.  I can try posting something a little later if you need.
1504473203
The Aaron
Pro
API Scripter
You could use Stylish and something like: body{     margin-left:10em; } #floatingtoolbar {     left: 10em; } #secondary-toolbar {     left: 16em; } It would be better to find a way to just resize the window without full screening it.  My LG tv has several settings for how to display the digital input, some of which are not clipped like that.  You might look into adjusting your tv similarly.
Thanks for the speedy responses! I dug into my TV settings and found a "screen fit" option that scaled the screen to the right size so I won't mess with the tool bar.