diff --git a/src/components/SettingsView.tsx b/src/components/SettingsView.tsx index a5b3ef3..7a1cbb8 100644 --- a/src/components/SettingsView.tsx +++ b/src/components/SettingsView.tsx @@ -740,10 +740,9 @@ runEngineChecks(false); return (
- - {/* SwiftUI SettingsPaneContainer-style horizontal tab strip */}
+
diff --git a/src/index.css b/src/index.css index 91085e6..96ca4fc 100644 --- a/src/index.css +++ b/src/index.css @@ -1245,7 +1245,7 @@ html[data-list-density="relaxed"] { .app-sidebar-shell { padding-block: 10px; padding-inline-start: 10px; - background: transparent; + background: hsl(var(--statusbar-bg)); } .app-sidebar-shell--left { @@ -1592,6 +1592,7 @@ html[data-list-density="relaxed"] { .settings-toolbar { border-bottom: 1px solid hsl(var(--border-color)); + background: hsl(var(--statusbar-bg)); } .settings-tab-strip {