style: enhance SettingsLayout and AppointmentSettingsPage for improved layout and spacing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user