fix(settings): remove max-width cap on settings pages

.settings-page was capped at 56rem, leaving Compte, Préférences
alimentaires (foyer), and Préférences utilisateur cramped in a narrow
centered column on wide viewports. Drop the max-width/margin so the
content fills .app-content's full width like other pages.
This commit is contained in:
Nicolas 2026-08-19 21:15:53 +02:00
parent 3fd55c4f85
commit 4647a82942

View file

@ -8,15 +8,7 @@
// household/regime/allergies page was split in three. // household/regime/allergies page was split in three.
// ============================================================================= // =============================================================================
// Centered column, not pinned to the content area's left edge — on a wide
// desktop viewport that left plenty of unused space beside these forms.
// Wide enough to give grids (the allergy checkboxes, the ingredient
// picker's category chips) real room, still well short of `.app-content`'s
// full width so line lengths/inputs don't stretch edge-to-edge.
.settings-page { .settings-page {
max-width: 56rem;
margin: 0 auto;
&__status { &__status {
color: var(--color-text-muted); color: var(--color-text-muted);
font-size: var(--font-size-md); font-size: var(--font-size-md);