Skip to content

Commit

Permalink
Merge pull request #111 from The0x539/master
Browse files Browse the repository at this point in the history
Fix two sensor graph footer issues
  • Loading branch information
th3jesta authored Oct 4, 2024
2 parents f10b42f + 3cf294a commit 1b2c86a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/lcars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,10 @@
ha-card.footer-contained.type-entity .footer,
ha-card.footer-open.type-entity .footer {
background: black;
overflow: hidden;
position: static;
flex-grow: 1;
align-content: end;
}
ha-card.footer-left.type-thermostat > .container,
ha-card.footer-right.type-thermostat > .container,
Expand Down

0 comments on commit 1b2c86a

Please sign in to comment.