Transparent user profile image problem
-
@sharonyue Try this
.topic .posts>[component=post] .avatar, .topic .posts>[component=post] .timeline-badge, .topic .timeline-event .avatar, .topic .timeline-event .timeline-badge { background: #ffffff; }
This will place a white background over the image matching this class - it'll only show for transparent images, and will probably solve the issue. However, you'll need to check other areas of the site and perhaps adjust the CSS to suit if necessary.
Copyright © 2023 NodeBB | Contributors