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
This commit is contained in:
Gigi
2025-10-05 02:46:59 +01:00
parent d6e093b3bb
commit 4cf0138706
2 changed files with 15 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ const Settings: React.FC<SettingsProps> = ({ settings, onSave, onClose, isSaving
return (
<div className="settings-view">
<div className="settings-header">
<div className="settings-header-bar">
<h2>Settings</h2>
<IconButton
icon={faTimes}