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

macrobar sizing.

i know with stylish i was able to make my page bar larger but is there a way to also adjust macro bars size?
1511878405
The Aaron
Pro
API Scripter
Try adding: #macrobar_macros { white-space: normal; } #macrobar { height: auto; }
that did it :D i knew you would have the answer some how :D 
1511879594
The Aaron
Pro
API Scripter
:)
I'm not sure I understood what just happened here..... did you just find a way to fit more macros on the macro bar at the bottom of my screen??
1511893355
The Aaron
Pro
API Scripter
Well, I didn't have to find it because I already knew how, but basically yes. =D You can add those styles to Stylish and then you'll get a wrapped bar at the bottom rather than a bar that scrolls off the right side. 
yep and the nice point is that is to adjust to the amount of macros you have on the bar
1511898687
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hawley Smoot!
1511907443
Gold
Forum Champion
Screenshot of the effect? It sounds convenient. You can already scroll the Macro Quick Bar to the left and right, though (in default Roll20), if you have a lot of them. 
1511910956
The Aaron
Pro
API Scripter
Of course, it overflows the players unless you add something like: #playerzone .player {     display: none; } to turn them off.  I actually use a bookmarklet to do this, but it's about the same, really.
1511918920
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Aaron, have you had any issues using Bookmarklets in FF Quantum, or do you use it for Roll20? I've noticed that your bookmarklet for sorting the Transmogrifier doesn't work there.
1511920975
The Aaron
Pro
API Scripter
Yeah, I've not gotten them to work with FF Quantum just yet.  I haven't tried over much, but it certainly has a different security model.
So all that looks TOTALLY cool and stuff........sooooo ummmmm, what exactly is a STYLISH and where would I go to get one of them?
Omegaman said: So all that looks TOTALLY cool and stuff........sooooo ummmmm, what exactly is a STYLISH and where would I go to get one of them? this is what i use for chrome&nbsp; <a href="https://chrome.google.com/webstore/detail/stylebot" rel="nofollow">https://chrome.google.com/webstore/detail/stylebot</a>... what is does is overrides some of the CSS coding on the webpage you visit so it has to be turned on and setup while on the page. in this case while inside a game.
1512309260
The Aaron
Pro
API Scripter
Stylish is an extension you install in your browser.&nbsp; There are versions for chrome and firefox.&nbsp; It injects a Style Sheet into the page you are on, based on some rules (generally just URL matching), which then changes what the page looks like in some way. • Firefox: <a href="https://addons.mozilla.org/en-US/firefox/addon/sty" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/sty</a>... • Chrome: <a href="https://chrome.google.com/webstore/detail/stylish-" rel="nofollow">https://chrome.google.com/webstore/detail/stylish-</a>...
The Aaron do you know if Stylus can be used to change the bottom bar (in bar) to stack like the top (token action) bar instead of go off the page and have to scroll the bar?
1512438968
The Aaron
Pro
API Scripter
That's what the above CSS does. =D
Can the player bar be moved up some? Can padding be added between rows? the buttons over lap.
1512446065
The Aaron
Pro
API Scripter
Yes. Would take some fiddling about. Hiding the players is the easiest approach to getting something usable. &nbsp;&nbsp;