From 90e318b2452acd7a7d8ebbd3c989eac9569e264d Mon Sep 17 00:00:00 2001 From: treamz Date: Sat, 21 Mar 2026 23:34:03 +0300 Subject: [PATCH] UI: compact sidebar, dashboard header with nav, expanded hero text - Sidebar: smaller icons (36px), reduced gaps, overflow scroll for nav area - Dashboard header: fixed top bar with logo, nav links, user name, logout - Expanded hero description with tool overview text - Sidebar fits on all screen heights without overflow --- public/index.html | 52 +++++++++++++++++++++++++++++++++++++++++++---- public/shared.css | 17 ++++++++-------- public/shared.js | 2 +- 3 files changed, 58 insertions(+), 13 deletions(-) diff --git a/public/index.html b/public/index.html index 0030e20..6b1e5cd 100644 --- a/public/index.html +++ b/public/index.html @@ -10,6 +10,24 @@