Granular Flex Options on Blocks

This one might be a little unrealistic, but being able to apply custom flex-layouts/more general styling on blocks would be awesome. Like, sometimes I want the use a Horizontal List Block, but want to stack all the fields in a column, and if I want to do that I have to pull some kinda janky js like:
getElementById(BLOCKID).firstChild.firstChild.firstChild.firstChild.classList.removeClass(getElementById(BLOCKID).firstChild.firstChild.firstChild.firstChild.classList[1])

I’ve spent entire work-days getting a specific element to not overflow or remove scroll, or to stack correctly on Mobile, or whatever.

Having the ability to edit individual elements, add custom code to each block, or even to edit the block style as CSS on each block would GREATLY improve the customizability of Softr Apps and IMO make the platform a full-on ReTool killer. :yum: