style: enhance SettingsLayout and AppointmentSettingsPage for improved layout and spacing

This commit is contained in:
hamed
2026-07-15 17:35:24 +03:30
parent ffc4351038
commit 952fcf3634
3 changed files with 9 additions and 6 deletions
+3
View File
@@ -317,6 +317,9 @@ body {
}
.app[data-collapsed="true"] .main { margin-right: var(--collapsed-w); }
.content { padding: var(--gap); max-width: 1480px; width: 100%; margin: 0 auto; }
/* Settings pages go full-bleed: no max-width centering, and the settings menu
sits flush against the main nav (drop the inline-start / right padding). */
.content:has(> .settings-shell) { max-width: none; padding-inline-start: 0; }
/* ── Sidebar ─────────────────────────────────────────────────── */
.sidebar {