Skip to content

Commit

Permalink
Update developer-tools-template.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ildar170975 authored Nov 14, 2024
1 parent 3d03086 commit 5e22cb2
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,7 @@ class HaPanelDevTemplate extends LitElement {
.content.horizontal .render-pane .card-content {
display: flex;
flex-direction: column;
max-height: calc(
100vh - var(--header-height) - var(--paper-font-body1_-_line-height) * 3 - 1em * 2
- max(16px,env(safe-area-inset-top)) * 2 - max(16px,env(safe-area-inset-bottom)) * 2
- var(--ha-card-border-width,1px) * 2 - 132px
);
max-height: calc(var(--code-mirror-max-height) + 47px);
}
.all_listeners {
Expand Down

0 comments on commit 5e22cb2

Please sign in to comment.