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

Prowlers and Paragons - Can't see trait ranks

My friends and I recently got back into our game of Prowlers and Paragons and noticed that it's an absolute pain to see and edit the ranks of our stats. It's happening for all of us and makes playing and creating new sheets a pain. The width of the box is much too small to even see the first digit of the rank and it's very easy to misclick onto the arrows that change the rank without us noticing. Is there any way we can fix this or point me in the direction to contact someone who can? Image of the issue:
1580248404
vÍnce
Pro
Sheet Author
Finderski  is the sheet author and he's active on the forums.  Maybe send him a PM.
1580252207
GiGs
Pro
Sheet Author
API Scripter
Just to make sure it's not a browser issue, which browsers are you and your group using?
1580252681

Edited 1580252761
vÍnce
Pro
Sheet Author
GiGs said: Just to make sure it's not a browser issue, which browsers are you and your group using? Netscape Navigator. ;-P I should have mentioned that the inputs might look different depending on the browser you are using...  which roll20 only supports FF and Chrome btw. I've noticed that numerical input fields look different between FF and Chrome.  I believe FF shows them by default and Chrome only on hover.  I don't like seeing the spinner all the time, so I normally include input[type="number"] {     -moz-appearance: textfield; } input[type="number"]:hover, input[type="number"]:focus {     -moz-appearance: number-input; } in my css so they look the same in both FF and Chrome.
1580260670

Edited 1580260690
Finderski
Pro
Sheet Author
Compendium Curator
Rex, try this game:&nbsp; <a href="https://app.roll20.net/join/4916626/oF7vKQ" rel="nofollow">https://app.roll20.net/join/4916626/oF7vKQ</a> See if that fixes the problem. I don't have a lot of time anymore to work on character sheets, but I'll try to get fixes in when I can... If that fixes it, I'll get this pushed for next week's merge.
1580261133

Edited 1580261269
Vince said: GiGs said: Just to make sure it's not a browser issue, which browsers are you and your group using? Netscape Navigator. ;-P I should have mentioned that the inputs might look different depending on the browser you are using...&nbsp; which roll20 only supports FF and Chrome btw. I've noticed that numerical input fields look different between FF and Chrome.&nbsp; I believe FF shows them by default and Chrome only on hover.&nbsp; I don't like seeing the spinner all the time, so I normally include input[type="number"] { &nbsp; &nbsp; -moz-appearance: textfield; } input[type="number"]:hover, input[type="number"]:focus { &nbsp; &nbsp; -moz-appearance: number-input; } in my css so they look the same in both FF and Chrome. We all use chrome. I went and got firefox just to check and it looks fine there. Should I still message the author and let them know of the detail on Chrome? Thank you all for the speedy assistance by the way! ^^ Ninja'd by Finder pls hold Finderski &nbsp;said: Rex, try this game:&nbsp; <a href="https://app.roll20.net/join/4916626/oF7vKQ" rel="nofollow">https://app.roll20.net/join/4916626/oF7vKQ</a> See if that fixes the problem. I don't have a lot of time anymore to work on character sheets, but I'll try to get fixes in when I can... If that fixes it, I'll get this pushed for next week's merge. Yes! That fixes it. Thank you so much for the speedy responses everyone &lt;3
1580263114
Finderski
Pro
Sheet Author
Compendium Curator
Pull request submitted:&nbsp;<a href="https://github.com/Roll20/roll20-character-sheets/pull/5823" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/pull/5823</a>