mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Show the header when the sidebar is hidden (#6305)
This commit is contained in:
parent
fd07152aea
commit
89c0729964
@ -122,7 +122,7 @@ class HaConfigDashboard extends LitElement {
|
|||||||
: ""}
|
: ""}
|
||||||
</ha-config-section>`;
|
</ha-config-section>`;
|
||||||
|
|
||||||
if (!this.narrow) {
|
if (!this.narrow && this.hass.dockedSidebar !== "always_hidden") {
|
||||||
return content;
|
return content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user