Add spacer for FAB under the zone list (#20706)

This commit is contained in:
karwosts 2024-05-02 12:02:57 -07:00 committed by Bram Kragten
parent c1d3a76917
commit 3ed27ee853

View File

@ -573,6 +573,9 @@ export class HaConfigZone extends SubscribeMixin(LitElement) {
flex-grow: 1;
height: 100%;
}
.flex mwc-list {
padding-bottom: 64px;
}
.flex mwc-list,
.flex .empty {
border-left: 1px solid var(--divider-color);