Skip to content

Commit

Permalink
remove bottom padding from subviews
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Oct 30, 2024
1 parent 83c0281 commit 5fbb943
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions src/common/view.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@
) !important;
background: var(--lovelace-background) !important;
}

/* Remove bottom footer padding from subviews */
.header:has(ha-icon-button-arrow-prev) ~ #view {
padding-bottom: env(safe-area-inset-bottom) !important;
}
Loading

0 comments on commit 5fbb943

Please sign in to comment.