Hey, long-time moderator on a discourse forum and love the platform. However, in a recent update it seems like the formatting has changed for hidden blocks and it’s messed up a “tier list” which I manage on our forum.
I think your issue is that the lightbox is being applied to your images, making them use the full width. I’m pretty sure it would not apply to images that small before, so that may be your reason. Also, I looked at the CSS, and there were no recent changes on the [details] tag.
Long story short: here is some CSS that you can add to your theme or a new theme component:
As a side note, I think the image should be inline in [details]. That’s the default behavior outside that tag, and it would give the user the choice inline/block.
EDIT: As Moin found out, that the lightbox is applied to small images is related to:
Thanks very much @Moin for tracking it down to lightbox applying to smaller images than before. I’ll contact our forum admin and try to get them to alter the theme / theme component with the CSS suggestion.