Award icons don't seem to be appearing on the awards help page using the Ryzer Dark theme.

You might want to add this to your extra.less template

Actually, just noticed the images don't appear when you've uploaded images as attachments so maybe you are hiding them intentionally?
If not, then the code above will make attachments appear again too but if you're intentionally hiding them then use this code to make awards appear on the award page


You might want to add this to your extra.less template
.contentRow-figure {
display: flex !important;
}

Actually, just noticed the images don't appear when you've uploaded images as attachments so maybe you are hiding them intentionally?

If not, then the code above will make attachments appear again too but if you're intentionally hiding them then use this code to make awards appear on the award page
[data-template="help_page"] .contentRow-figure {
display: flex !important;
}
