Header styling & paper-tabs improvements (#7238)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Ryan Meek
2020-10-15 09:08:53 -04:00
committed by GitHub
parent d2dd1a43dd
commit ce80285f8d
6 changed files with 127 additions and 20 deletions

View File

@@ -98,8 +98,8 @@ class HaMenuButton extends LitElement {
return;
}
this.style.visibility =
newNarrow || this._alwaysVisible ? "initial" : "hidden";
this.style.display =
newNarrow || this._alwaysVisible ? "initial" : "none";
if (!newNarrow) {
this._hasNotifications = false;