From e9f982785ec2898b673d0823a126760cdaa44ef1 Mon Sep 17 00:00:00 2001 From: chengyongru Date: Tue, 16 Jun 2026 16:24:35 +0800 Subject: [PATCH] fix(webui): remove automation background layer Maintainer edit: keep the automation workspace on the page background and remove the extra card-like backdrop that made the layout show square edges around the panels. --- webui/src/components/settings/SettingsView.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/webui/src/components/settings/SettingsView.tsx b/webui/src/components/settings/SettingsView.tsx index 32aab396..258bd13b 100644 --- a/webui/src/components/settings/SettingsView.tsx +++ b/webui/src/components/settings/SettingsView.tsx @@ -1672,7 +1672,14 @@ export function SettingsView({ }; return ( -
+
{showSidebar ? ( -
+
@@ -3564,7 +3571,7 @@ function AutomationsSettings({ {tx("settings.automations.loading", "Loading automations...")}
) : filtered.length && selectedJob ? ( -
+