Skip to content

Commit

Permalink
changed Media query for title
Browse files Browse the repository at this point in the history
  • Loading branch information
boern99 committed Nov 23, 2024
1 parent 352a868 commit 0353f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/panels/history/ha-panel-history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion src/panels/logbook/ha-panel-logbook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0353f2e

Please sign in to comment.