diff --git a/apps/web/src/arcade-games/know-your-world/components/DrillDownMapSelector.tsx b/apps/web/src/arcade-games/know-your-world/components/DrillDownMapSelector.tsx index 13d827ad..2a2979b7 100644 --- a/apps/web/src/arcade-games/know-your-world/components/DrillDownMapSelector.tsx +++ b/apps/web/src/arcade-games/know-your-world/components/DrillDownMapSelector.tsx @@ -725,13 +725,14 @@ export function DrillDownMapSelector({ ) })()} - {/* Region Size Filters - positioned inside map, bottom right */} + {/* Region Size Filters - positioned inside map, right side as column */}
+ {/* Select All button */} + + + {/* Size checkboxes in a column */}
{ALL_REGION_SIZES.map((size) => { @@ -775,7 +811,7 @@ export function DrillDownMapSelector({ onCheckedChange={handleToggle} disabled={isOnlyOne} className={css({ - display: 'inline-flex', + display: 'flex', alignItems: 'center', gap: '1', paddingX: '2',