
I've been experimenting with a sheet revision using CSS Grid Layout and it works marvelously in local testing. Unfortunately, it seems as if Roll20 does not support any grid-* properties. When I paste CSS in the CSS Styling tab that includes classes with grid properties the character sheet reacts with not loading any of the CSS at all. When I remove these classes everything works again. CSS Grid Layout is extremely useful and supported by the browsers Roll20 supports. It's a perfect fit for the task of making character sheets. If I had to guess there's some parser that is seeing the CSS grid properties and rejecting the entire custom stylesheet because it doesn't recognize those properties. I'm posting this hoping I'm wrong and there's some way of using this great capability, but I don't think I am. :(