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

Did base.css get changed?

1420480737
Lithl
Pro
Sheet Author
API Scripter
I just noticed on the Yogsquest character sheet that the health boxes were displaying vertically, instead of horizontally as when I initially created it. A little inspection shows that they're gaining display: block from base.css (selector label input ). This was not previously the case, as the inputs were displaying inline before. Obviously, it's a simple thing to change in the sheet's CSS, but I wonder what other changes were made to the CSS which might affect character sheets?
1420483985
Pat S.
Forum Champion
Sheet Author
I'm going to shift this to the sheet forum since it is about the character sheets.
1420484634

Edited 1420485306
Riley D.
Roll20 Team
We noticed it doing that when we tested it previously on our dev copies (which uses uncompressed/unminified CSS)...so I didn't change anything but it's possible the minification process is messing with it. I would just explicitly set it to be sure if it matters. EDIT: Actually nevermind, I checked and it was a bug with minification. But that should have been included. So it should be fixed now.