You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a problem with the damage total showing the last 2 numbers as smaller than the others even without it enabled in settings
Here's what I found in inspect element, and I have no clue how to change it,
I tried adding in custom css to fix the issue but it didn't work .footer-stat small, body.smaller-lower-numbers .footer-stat small.with-larger-digits { font-size: 1em; }
Would anyone be able to help me out with this I want to be able to have the damage total number with all the same size numbers, and even possibly with commas separating the numbers like 1,000,000
Please and thank you.
The text was updated successfully, but these errors were encountered:
I've got a problem with the damage total showing the last 2 numbers as smaller than the others even without it enabled in settings
Here's what I found in inspect element, and I have no clue how to change it,
I tried adding in custom css to fix the issue but it didn't work
.footer-stat small, body.smaller-lower-numbers .footer-stat small.with-larger-digits { font-size: 1em; }
Would anyone be able to help me out with this I want to be able to have the damage total number with all the same size numbers, and even possibly with commas separating the numbers like 1,000,000
Please and thank you.
The text was updated successfully, but these errors were encountered: