Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

BCS/Weird

From Roll20 Wiki

Revision as of 11:47, 8 April 2021 by Andreas J. (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Main Page: Building Character Sheets

Listing random quirks of the sheet system, especially those related to issues surrounding the CSE rollout and updated code sanitation on Roll20's part.

Contents

CSS

  • in some cases, .charsheet needs to be added to classes that previously worked fine
  • issues with @import
    • if a @import exists, it seems it might result in roll20 ignoring the first instance of the next css class in the file, workaround is to add an empty, "sacrificial" version of the class first that will be eaten up, and the one after will work normally Andreas J. (talk) 11:47, 8 April 2021 (UTC)

HTML

JS

Other