aboutsummaryrefslogtreecommitdiff
path: root/src/lib/User/BadgeWall/badges.css
Commit message (Collapse)AuthorAgeFilesLines
* perf(load): font-display swap and content-visibility on badge wallFuwn31 hours1-0/+5
| | | | | | | | | | | | | Two unrelated modernisations: - Adds &display=swap to the Roboto and Overpass Google Fonts URLs imported by Wrapped's stylesheet. Avoids the invisible-text flash during font load on the Wrapped page; DM Sans already had this. - Adds content-visibility: auto to each child of .badges (the grid on the badge wall page). Browser skips layout and paint for off -screen badges until they scroll into view. contain-intrinsic-size auto 8rem reserves placeholder space so the scrollbar stays stable.
* chore(biome): drop formatter style overridesFuwn2026-03-011-4/+4
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-4/+4
|
* refactor(badges): move awc to componentFuwn2024-05-131-0/+16