From 2b741ad4e52bf3beb4c99aa33f735f641d08dd67 Mon Sep 17 00:00:00 2001 From: chengyongru Date: Tue, 16 Jun 2026 16:31:24 +0800 Subject: [PATCH] fix(webui): align automation settings layout Maintainer edit: reuse the same standalone SettingsView shell as Apps and Skills for Automations while keeping the automation queue height constrained. --- .../src/components/settings/SettingsView.tsx | 34 ++++++------------- 1 file changed, 10 insertions(+), 24 deletions(-) diff --git a/webui/src/components/settings/SettingsView.tsx b/webui/src/components/settings/SettingsView.tsx index 258bd13b..75282570 100644 --- a/webui/src/components/settings/SettingsView.tsx +++ b/webui/src/components/settings/SettingsView.tsx @@ -1675,9 +1675,9 @@ export function SettingsView({
{showSidebar ? ( @@ -1719,22 +1719,14 @@ export function SettingsView({ onSave={handleAutomationEdit} /> -
+
-
+
{!showSidebar ? (