Show the header when the sidebar is hidden (#6305)

This commit is contained in:
Bram Kragten 2020-07-02 13:20:35 +02:00 committed by GitHub
parent fd07152aea
commit 89c0729964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ class HaConfigDashboard extends LitElement {
: ""}
</ha-config-section>`;
if (!this.narrow) {
if (!this.narrow && this.hass.dockedSidebar !== "always_hidden") {
return content;
}