From 34ffbf63399c6be2ea6c7731ef61a35d94181849 Mon Sep 17 00:00:00 2001 From: Deep Koluguri Date: Fri, 15 May 2026 16:00:54 -0400 Subject: [PATCH] new updates --- dashboard.css | 19 ++++++ dashboard.html | 25 ++++--- dashboard.js | 174 +++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 172 insertions(+), 46 deletions(-) diff --git a/dashboard.css b/dashboard.css index 61e4c58..c277af1 100644 --- a/dashboard.css +++ b/dashboard.css @@ -302,6 +302,25 @@ padding-top: 2rem; } +.section-page-header { + margin-bottom: 1.5rem; +} + +.section-page-header h1 { + font-size: 1.75rem; + color: var(--text-main); + margin-bottom: 0.35rem; +} + +.section-page-header p { + color: var(--text-muted); + font-size: 0.95rem; +} + +.dashboard-body.role-doctor .section-page-header:not(.hidden) + #doctor-zen-section { + margin-top: 0; +} + /* --- Dashboard page layout & components --- */ .dash-header { display: flex; diff --git a/dashboard.html b/dashboard.html index 0457d99..bab2ec7 100644 --- a/dashboard.html +++ b/dashboard.html @@ -19,15 +19,15 @@ C Curio -