Which CSS controls the size of Featured Badges in the Discussions?
Thanks for trying my addon!
http://vanillaforums.org/discussion/29967/problems-with-badge-sizes-on-featured-images
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Hmmm. That didn't exactly do what I wanted, but I added this:
.AuthorInfo .FeaturedBadge { width: 20px!important; height: 20px!important; margin-left: 10px; }
to my custom CSS and it seemed to work!
Comments
Thanks for trying my addon!
http://vanillaforums.org/discussion/29967/problems-with-badge-sizes-on-featured-images
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Hmmm. That didn't exactly do what I wanted, but I added this:
.AuthorInfo .FeaturedBadge { width: 20px!important; height: 20px!important; margin-left: 10px; }
to my custom CSS and it seemed to work!