maykar / compact-custom-header

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

Small gap below header in HA 0.100 #226

Closed cnflx closed 4 years ago

cnflx commented 4 years ago

Home Assistant 0.100 generates a small margin beneath the header.

In my installation I've manually adjusted line 495 from

view.style.marginTop = "-48.5px";

to

view.style.marginTop = "-52px";

That was sufficient to fix the problem for me but I'm not sure if there's more to it.

close-issue-app[bot] commented 4 years ago

As described in the issue template, issues missing the required info will be closed. Please open a new issue, fill in as much as you can, and do not remove anything in the template.

maykar commented 4 years ago

Looks like this only effects panel view, will add a fix in the next release.