1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

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

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);