Revert "Unified safe area (insets) for Android and iOS" (#24629)

Revert "Unified safe area (insets) for Android and iOS (#23811)"

This reverts commit ee10f9080d.
This commit is contained in:
Wendelin
2025-03-14 11:03:50 +01:00
committed by GitHub
parent 9712f04662
commit 6aa2a576b3
49 changed files with 149 additions and 165 deletions

View File

@@ -1066,7 +1066,7 @@ export class HaScriptEditor extends SubscribeMixin(
}
ha-fab {
position: relative;
bottom: calc(-80px - var(--safe-area-inset-bottom));
bottom: calc(-80px - env(safe-area-inset-bottom));
transition: bottom 0.3s;
}
ha-fab.dirty {