From 4cf01387063fc807a710854ab1b9bd2fb95f102c Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 5 Oct 2025 02:46:59 +0100 Subject: [PATCH] style: align settings header with sidebar header bar - Change settings-header to settings-header-bar class - Match styling of sidebar-header-bar (background, border, padding) - Reduce title font size to match sidebar style - Adjust padding and spacing for consistent visual alignment - Settings header now appears on same visual line as sidebar buttons --- src/components/Settings.tsx | 2 +- src/index.css | 22 ++++++++++++++-------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index 01b73253..13464f45 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -24,7 +24,7 @@ const Settings: React.FC = ({ settings, onSave, onClose, isSaving return (
-
+

Settings