Skip to content

Commit

Permalink
Merge pull request #301 from NemesisRE/fix_view_padding_top_in_home_a…
Browse files Browse the repository at this point in the history
…ssistant

Fix #view padding-top when a theme is applied to a view in Home Assistant 2024.11.x
  • Loading branch information
NemesisRE authored Nov 11, 2024
2 parents 7a4fc54 + f4d781d commit 46726b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .hass/config/.HA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.9.1
2024.11.0
3 changes: 2 additions & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ export const STYLES = {
HEADER: {
'#view': {
minHeight: '100vh !important',
HeaderHeight: '0px'
KioskHeaderHeight: '0px',
paddingTop: 'calc(var(--kiosk-header-height) + env(safe-area-inset-top)) !important'
},
'.header': false
},
Expand Down

0 comments on commit 46726b0

Please sign in to comment.