What was the last thing you wanted to do with #CSS but couldn’t?
@kizu For a bit more context, the PR where this was implemented: https://github.com/mastodon/mastodon/pull/37976
It's been the first time in a good while that a simple looking non-masonry layout stumped me like that. My initial reaction was that we'd surely find a way to implement it without JS.

This updates the account fields to match the latest design. In this version, each field is a card that can cover 1-4 columns in a grid. Content that still overflows is pushed into a modal, with an ...