profile fixes
Posted bySin Vraal (#18687) on Mar 15, 2024
Some players with custom profile css have issues displaying dogs etc
This is tied to changing the opacity, particularly on the #banner and #main.
alter opacity on these layers interferes with the modal dialog functionality, probably due to the specificity of the selector being used (#<id> is very specific).
I am investigating this, howeer if you want a quick fix for your profile, disable any opacity references with a // (comment) in front of the opacity.
I will release a tool kit and add hooks to the profile so that you can skin your profile to your specific needs shortly!
This is tied to changing the opacity, particularly on the #banner and #main.
alter opacity on these layers interferes with the modal dialog functionality, probably due to the specificity of the selector being used (#<id> is very specific).
I am investigating this, howeer if you want a quick fix for your profile, disable any opacity references with a // (comment) in front of the opacity.
I will release a tool kit and add hooks to the profile so that you can skin your profile to your specific needs shortly!