Skip to content

Commit

Permalink
Add spacer for FAB under the zone list (#20706)
Browse files Browse the repository at this point in the history
  • Loading branch information
karwosts authored May 2, 2024
1 parent 870cb0c commit 11b0990
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/panels/config/zone/ha-config-zone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 11b0990

Please sign in to comment.