Skip to content

Commit

Permalink
Add spacer for FAB under the zone list
Browse files Browse the repository at this point in the history
  • Loading branch information
karwosts committed May 2, 2024
1 parent deda200 commit d781f01
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 d781f01

Please sign in to comment.