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

Distorted Character Sheet and Chat - CSS Bug (still not fixed)

It seems that Roll20 isnt optimized for WQHD devices, which causes my character sheet and chat to be extremely bugged. Since I've had a similar thread 5(!) months ago and the devs couldn't find the problem, I've looked up basic CSS and took a look in the pages CSS settings.

I could easily find the problems that cause my chat to be distorted within a few minutes. The other issues with the character sheet should be equally easy to find.

sheet-rolltemplate-simple .sheet-adv, .sheet-rolltemplate-atk .sheet-adv, .sheet-rolltemplate-atkdmg .sheet-adv, .sheet-rolltemplate-dmg .sheet-adv {
  1. width84px<- THIS NEEDS TO BE SET TO 83PX OR LOWER IN ORDER TO FIX THE CHAT BOX ISSUE
  2. displayinline-block;
  3. text-aligncenter;
  4. vertical-aligntop;
  5. margin-top15px;



THis is the bugged Chat window (for an attack for example):



May 14 (6 years ago)
Drespar
Roll20 Team

Hi Marius,

Sorry that we couldn't get this sorted out for you previously. Certainly appreciate the extra information!

Regarding the font-- could you try to inspect the name on the sheet and then change the 20px font-size to 1.25em?


May 14 (6 years ago)
Caden
Forum Champion
Sheet Author
API Scripter
Compendium Curator

Greetings Marius,

I appreciate the report and the screen shots. The code causing the issues is exceptionally helpful. I've added a bug ticket for myself it be fixed later in the week. Hopefully this will be a simple fix that I can get rolled out soon.


Thanks,
Cassie