maykar / compact-custom-header

This project has been replaced by Custom Header
MIT License
238 stars 31 forks source link

Background image no longer fills view on HA 0.99 + #199

Closed Bergasha closed 5 years ago

Bergasha commented 5 years ago

Describe the issue:

The header has lost transparent background on 0.99

Config YAML:

cch:
  active_tab_color: red
  all_tabs_color: white
  background: 'rgba(0,0,0,0)'
  clock_am_pm: false
  default_tab: '0'
  hide_help: true
  hide_tabs: '9,2,7'
  main_config: true
  notifications: overflow
  options: clock
  swipe: true
  swipe_amount: '30'
  swipe_animate: fade
  tab_color:
    '0': white
    '1': white
  tab_indicator_color: red
  voice: hide

HA and/or Browser Error:

Still working fine just not how I would like it to look

Versions and Browser:

CCH 1.3.6 HA 0.99.0b0 Chrome and Wallpanel on android

Untitled

Storage Mode

maykar commented 5 years ago

Looks like something changed with the view element and background images no longer fill above the header. Should be an easy fix. Thank you!

maykar commented 5 years ago

Should be sorted in the latest release. More info: https://community.home-assistant.io/t/compact-custom-header/83716/1179