The cart.css had `display:flex; align-items:center` on main:has(folk-payment-page) which fought with the component's own `width:100%; margin:0 auto` centering: - flex align-items:center shrunk the subnav to content width - padding:0 0.5rem overrode shell.css padding-top:92px (desktop) - Redundant since all components already self-center with margin:auto Also hide the shop subnav on public-facing pages (/pay/:id, /group-buy/:id) since payers/pledgers don't need Carts/Catalog/Orders navigation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cart-demo.ts | ||
| cart.css | ||
| folk-cart-shop.ts | ||
| folk-group-buy-page.ts | ||
| folk-payment-page.ts | ||
| folk-payment-request.ts | ||
| folk-payments-dashboard.ts | ||