Cards were fixed-width and forced to scroll even when the row had room to show all of them; they now flex between 190-240px and the strip row gets its own wider container instead of the site's normal 1152px content width, so a full tier lineup fits on typical desktop screens without scrolling. The scrollbar itself is now a slim themed bar for the cases where scrolling is still needed. Also swaps the thin procedural SVG line for a Higgsfield-generated glow texture, masked per card into that tier's accent color. Along the way, fixes a real CSS bug where the WebP mask rendered as a solid block instead of the intended thin line, because the image's alpha channel made the browser default to alpha-based masking instead of reading its luminance - fixed by forcing mask-mode: luminance. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| vite.config.js | ||