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 .
×

I somehow got macrobar so small that i can't interact with it

1619380289

Edited 1619383170
As said in the title I somehow got macrobar so small that i can't interact with it and now I have a grey box under the player icons and can't get it away. I read on another Roll20 Forum that it was a bug in the latest version of Chrome and that Chrome Beta and Dev wouldn't have the problem, but for me they seem to do. Any suggestions would be Greatly Appreciated    
Same exact problem, just on firefox and not Chrome.  Didn't know it was an option and while I could get rid of the things in it (that I didn't mean to put there) I can't get rid of the thing itself and reclaim the screen space. 
I may have done the same so we most likely have the same problem. I don't know but I am glad that I am not the only one with this problem. 
Did you want to display the macros, or have the macrobar go away completely? If you don't want the macrobar, then you should be able to unclick the 'Show macro quick bar?' setting on the Collection tab. However, if you want a different appearance for the macrobar, you could consider using the Stylus Extension.  Here is the code I use for the macrobar to make the icons smaller, get rid of the grey background, etc. #macrobar .macrobox {     margin-right: 7px; } #macrobar div.macrobox:hover {     padding-right: 7px;     margin-right: 0px;   } .macrobox .btn, .macrobox .btn.btn-default {     padding-left: 6px;     padding-right: 4px;     } #macrobar {     background-color: transparent; } #macrobar_macros {         background-color: transparent;     position: relative;     bottom: -12px; } #macrobar::-webkit-scrollbar {     display: none; } Without Stylus: With Stylus:
I will try that,since I haven't really used macros before.
Thank you  Jarren K. Your advice helped to slay the grey box.
Yes, yes, thank you Jarren K., yes.  So that's where the option was hiding.  Nice to be rid of that annoying little irritation.