Has anyone done a masonry layout in Antetype with nested cells? I’m dabbling but results seem flaky. I think it’s the flex that’s getting in the way…
I should add that the height of cells should be dynamic (shrink). Width should ideally be dynamic too, with a min-width and max-width set for wrapping.
Cool! By using block, no flexbox is used anymore, but anyway it’s responsive that way too. Not sure why the columns seem to have a min-width and are recalculated if the window gets smaller.
Maybe one day we can use native mansory grid for this.