mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-07 03:14:00 +00:00
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
This commit is contained in:
committed by
GitHub
parent
969e655fff
commit
8872adf2ed
@@ -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));
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user