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

Macro bar

Hello all, does anyone know is there a script out there to allow the lower macro bar to have a second row?
1541721779

Edited 1541722010
vÍnce
Pro
Sheet Author
I know you can use a browser extension like  Stylus  to override some of roll20's styles.  Here's an example of what I do with macrobar /*macro quickbar */ #macrobar { height: auto !important; width: 92% !important; background-color: rgba(0, 0, 0, 0.44) !important; text-align: center !important; margin-left: 60px !important; } div.macrobox button.btn { padding: 0 4px 0 4px; font-size: 1.5rem; line-height: 1.8rem; margin: 0px 0 2px 0; } #macrobar_macros { white-space: normal !important; margin-left: 1% !important; margin-right: 1% !important; padding-bottom: 0px !important; } #macrobar .macrobox { margin: 1px 5px 1px 5px ; } #macrobar div.macrobox:hover, #macrobar div.macrobox.ui-sortable-helper { padding-right: 12px; margin-right: -7px; border-radius: 3px; background-color: #999; cursor: move; }
1541731623

Edited 1541732878
This is a script? Just run it no commands? Getting an error unexpected Token in API
1541734326
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hi Aramathis, You need to click Vince's link. Stylus is a browser extension. You install it into your browser, and set up a rule using the provided code. Stylus intercepts CSS (styling commands) on the fly and redesigns part of whatever page you are viewing, in this case, the macrobar.
1541736339

Edited 1541736656
Ok great, doing it now, tyvm Keith as always you guys have assisted me more times then I can count.  .... It worked thank you!
1541749713
vÍnce
Pro
Sheet Author
You will get addicted to Stylus. ;-)
aye, it is most impressive opened up a door I didn't know much about
1541788452

Edited 1541788471
Mike W.
Pro
Sheet Author
That is so cool! Does Firefox have something similar?
1541795689
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Yes, I believe that Stylus has an extension for all major browsers.