Safe area: Fix double padding for sidebar (#27078)

Fix double padding for sidebar
This commit is contained in:
Aidan Timson 2025-09-17 12:16:02 +01:00 committed by GitHub
parent 04b01d2cd9
commit 48f5b6dfd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -762,7 +762,7 @@ class HaSidebar extends SubscribeMixin(LitElement) {
ha-md-list {
height: calc(
100% - var(--header-height) - var(--safe-area-inset-top, 0px) -
132px - var(--safe-area-inset-bottom, 0px)
132px
);
}