mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Add spacer for FAB under the zone list (#20706)
This commit is contained in:
parent
870cb0c65f
commit
11b0990d2b
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user