fix(rcart): resolve merge conflict — combine centering + subnav hiding

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-12 18:59:24 -07:00
commit 5350b76b7d
1 changed files with 7 additions and 2 deletions

View File

@ -6,9 +6,14 @@ main {
/*
* Narrow page components (payment page, request form, dashboard, group buy)
* already set their own max-width + margin:0 auto for centering.
* We just need to ensure the subnav still spans full width above them.
* set their own max-width; we center them with margin auto so subnav stays full-width.
*/
folk-payment-request,
folk-payment-page,
folk-group-buy-page,
folk-payments-dashboard {
margin: 0 auto;
}
/* Hide the module subnav on public-facing pages — payers/pledgers don't need shop nav */
main:has(folk-payment-page) .rapp-subnav,