>>106544071
Hello everyone, I'm happy to know that with the calc-size CSS function being added (soon in firefox too hopefully), you can now have floats that expand in the inline direction instead of block wise, assuming you know the width of the floating thing.

In this case it is just hardcoded values since I'm trying it out: max-width: calc-size(calc-size(max-content, size), size + 13px + 93px + 20px - 40px);
The pixel values being: size + left thumb margin + thumb width + right thumb margin - left post blockquote margin (since the left margin moves the non-floats over a bit)

Btw, shape-outside also allows you to customize the float shape, but that's unrelated