From 8872adf2edc83cff790600a341b10ba39998483b Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Tue, 23 Sep 2025 17:28:47 +0200 Subject: [PATCH] Remove unused fab styles from automation and script blueprint editors (#27147) * Add missing styles to save fab in automation/script blueprint editor * Remove unused FAB styles from automation and script editors --- src/panels/config/automation/blueprint-automation-editor.ts | 2 -- src/panels/config/script/blueprint-script-editor.ts | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/panels/config/automation/blueprint-automation-editor.ts b/src/panels/config/automation/blueprint-automation-editor.ts index 3e2ba6eace..36d4f11c7d 100644 --- a/src/panels/config/automation/blueprint-automation-editor.ts +++ b/src/panels/config/automation/blueprint-automation-editor.ts @@ -111,8 +111,6 @@ export class HaBlueprintAutomationEditor extends HaBlueprintGenericEditor { } ha-fab { position: fixed; - bottom: calc(16px + var(--safe-area-inset-bottom, 0px)); - right: calc(16px + var(--safe-area-inset-right, 0px)); } `, ]; diff --git a/src/panels/config/script/blueprint-script-editor.ts b/src/panels/config/script/blueprint-script-editor.ts index 93dbc52423..0ec54e0638 100644 --- a/src/panels/config/script/blueprint-script-editor.ts +++ b/src/panels/config/script/blueprint-script-editor.ts @@ -66,8 +66,6 @@ export class HaBlueprintScriptEditor extends HaBlueprintGenericEditor { } ha-fab { position: fixed; - bottom: calc(16px + var(--safe-area-inset-bottom, 0px)); - right: calc(16px + var(--safe-area-inset-right, 0px)); } `, ];