diff --git a/src/panels/history/ha-panel-history.ts b/src/panels/history/ha-panel-history.ts index 87f9e6c57d6c..13e96a684110 100644 --- a/src/panels/history/ha-panel-history.ts +++ b/src/panels/history/ha-panel-history.ts @@ -797,7 +797,7 @@ class HaPanelHistory extends LitElement { color: var(--secondary-text-color); } - @media only screen and (max-width: 740px) { + @media only screen and (max-width: 490px) { div[slot="title"] { display: none; } diff --git a/src/panels/logbook/ha-panel-logbook.ts b/src/panels/logbook/ha-panel-logbook.ts index 4e609ec800d0..b5bca713355c 100644 --- a/src/panels/logbook/ha-panel-logbook.ts +++ b/src/panels/logbook/ha-panel-logbook.ts @@ -350,7 +350,7 @@ export class HaPanelLogbook extends LitElement { width: 100%; } - @media only screen and (max-width: 500px) { + @media only screen and (max-width: 430px) { div[slot="title"] { display: none; }