fix(rcart): resolve merge conflict — combine centering + subnav hiding
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
commit
5350b76b7d
|
|
@ -6,9 +6,14 @@ main {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Narrow page components (payment page, request form, dashboard, group buy)
|
* Narrow page components (payment page, request form, dashboard, group buy)
|
||||||
* already set their own max-width + margin:0 auto for centering.
|
* set their own max-width; we center them with margin auto so subnav stays full-width.
|
||||||
* We just need to ensure the subnav still spans full width above them.
|
|
||||||
*/
|
*/
|
||||||
|
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 */
|
/* Hide the module subnav on public-facing pages — payers/pledgers don't need shop nav */
|
||||||
main:has(folk-payment-page) .rapp-subnav,
|
main:has(folk-payment-page) .rapp-subnav,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue