mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Safe area: Fix double padding for sidebar (#27078)
Fix double padding for sidebar
This commit is contained in:
@@ -762,7 +762,7 @@ class HaSidebar extends SubscribeMixin(LitElement) {
|
|||||||
ha-md-list {
|
ha-md-list {
|
||||||
height: calc(
|
height: calc(
|
||||||
100% - var(--header-height) - var(--safe-area-inset-top, 0px) -
|
100% - var(--header-height) - var(--safe-area-inset-top, 0px) -
|
||||||
132px - var(--safe-area-inset-bottom, 0px)
|
132px
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user