maykar / compact-custom-header

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

Compensate reduced sidebar header height #181

Closed acshef closed 5 years ago

acshef commented 5 years ago

Foreword: I'm aware that sidebar feature requests (#167) are not being implemented, but because this is related to existing functionality, I hope it can be evaluated further.

Describe the issue:

CCH Currently overrides the height of the <div class="menu"> element in the <ha-sidebar> from 65px down to 49px. image

However, it does not compensate for this reduction by increasing the rest of the sidebar. The following element <paper-listbox> has a height of calc(100% - 196px) so I expect that to get overridden to calc(100% - 180px) image

Config YAML:

N/A

HA and/or Browser Error:

None (layout issue)

Versions and Browser:

maykar commented 5 years ago

Thanks, this will be in the next release and I'll close this when it's up. This is absolutely a bug or rather an oversight on my part.

maykar commented 5 years ago

Fixed in 1.3.2