Skip to content

Commit

Permalink
use --view-background before --lovelace-background
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Nov 7, 2024
1 parent 7ac6b54 commit 761b8d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/common/view.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
padding-top: calc(40px + env(safe-area-inset-top)) !important;
padding-left: calc(12px + env(safe-area-inset-left)) !important;
padding-right: calc(12px + env(safe-area-inset-right)) !important;
background: var(--lovelace-background) !important;
background: var(--view-background, var(--lovelace-background)) !important;
}

/* Add bottom footer padding when present */
Expand Down
Loading

0 comments on commit 761b8d0

Please sign in to comment.