aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/Wrapped/wrapped.css
Commit message (Collapse)AuthorAgeFilesLines
* perf(load): font-display swap and content-visibility on badge wallFuwn20 hours1-2/+2
| | | | | | | | | | | | | 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-66/+66
|
* chore(biome): enable css formattingFuwn2026-03-011-2/+2
|
* format: Apply Prettier formattingFuwn2026-01-221-4/+24
|
* format: Apply Prettier formattingFuwn2025-12-151-24/+4
|
* fix(wrapped): Flex and overflowFuwn2025-12-011-0/+6
|
* style: Reformat using latest formattingFuwn2025-06-111-4/+24
|
* fix(wrapped): li::marker consistent colouringFuwn2024-12-241-0/+4
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-42/+42
|
* fix(css): proxy google fonts for corsFuwn2024-01-061-2/+2
|
* refactor(wrapped): move panels to componentsFuwn2024-01-031-0/+100