From 0353f2ed0d48c5d783fb825234f3ff98586883d0 Mon Sep 17 00:00:00 2001 From: boern99 Date: Sat, 23 Nov 2024 12:28:28 +0000 Subject: [PATCH] changed Media query for title --- src/panels/history/ha-panel-history.ts | 2 +- src/panels/logbook/ha-panel-logbook.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }