
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.
- width: 84px; <- THIS NEEDS TO BE SET TO 83PX OR LOWER IN ORDER TO FIX THE CHAT BOX ISSUE
- display: inline-block;
- text-align: center;
- vertical-align: top;
- margin-top: 15px;
THis is the bugged Chat window (for an attack for example):