- Joined
- Aug 7, 2024
Sponsored threads look cut off if the post has an attached image that fails to load. I guess this wouldn't be an issue if they loaded properly, but should be an easy fix just setting some minimum height for the element right?
Edit: Yup, setting a min height makes it look better, on PC at least.
Edit: Yup, setting a min height makes it look better, on PC at least.
CSS:
.hb-sponsored-container {
position: relative;
min-height: 80px;
}
Last edited:


