From eb4a4e0a5e31352d39b793c05bf738851ca59ca5 Mon Sep 17 00:00:00 2001 From: Anurag Singh Date: Sun, 24 May 2026 18:11:39 +0530 Subject: [PATCH] fix: resolve right panel collapse and add forgot password flow (closes #652) --- css/index.css | 2 +- index.html | 59 +++++++++++++++++++++++++++++++++++++++++++++++++-- server.js | 12 +++++++++++ 3 files changed, 70 insertions(+), 3 deletions(-) diff --git a/css/index.css b/css/index.css index 5a58934..a45230d 100644 --- a/css/index.css +++ b/css/index.css @@ -1066,7 +1066,7 @@ body { .app { display: grid; - grid-template-columns: 240px 1fr 340px; + grid-template-columns: 240px 1fr var(--panel-width, 340px); height: 720px; border: 1px solid var(--color-border-tertiary); border-radius: var(--border-radius-lg); diff --git a/index.html b/index.html index 57fc009..acf6546 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,11 @@

Wel - + + +
+ Forgot Password? +