Skip to content

Commit 8872adf

Browse files
authored
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
1 parent 969e655 commit 8872adf

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/panels/config/automation/blueprint-automation-editor.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ export class HaBlueprintAutomationEditor extends HaBlueprintGenericEditor {
111111
}
112112
ha-fab {
113113
position: fixed;
114-
bottom: calc(16px + var(--safe-area-inset-bottom, 0px));
115-
right: calc(16px + var(--safe-area-inset-right, 0px));
116114
}
117115
`,
118116
];

src/panels/config/script/blueprint-script-editor.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ export class HaBlueprintScriptEditor extends HaBlueprintGenericEditor {
6666
}
6767
ha-fab {
6868
position: fixed;
69-
bottom: calc(16px + var(--safe-area-inset-bottom, 0px));
70-
right: calc(16px + var(--safe-area-inset-right, 0px));
7169
}
7270
`,
7371
];

0 commit comments

Comments
 (0)