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 GitHub
parent 870cb0c65f
commit 11b0990d2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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