Skip to content

Commit 0b4b8d9

Browse files
authored
"Add TCA" dialog desktop height to 800px (#28182)
1 parent bddbb77 commit 0b4b8d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/panels/config/automation/add-automation-element-dialog.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,7 +1910,7 @@ class DialogAddAutomationElement
19101910
ha-wa-dialog {
19111911
--dialog-content-padding: var(--ha-space-0);
19121912
--ha-dialog-min-height: min(
1913-
648px,
1913+
800px,
19141914
calc(
19151915
100vh - max(
19161916
var(--safe-area-inset-bottom),
@@ -1919,7 +1919,7 @@ class DialogAddAutomationElement
19191919
)
19201920
);
19211921
--ha-dialog-min-height: min(
1922-
648px,
1922+
800px,
19231923
calc(
19241924
100dvh - max(
19251925
var(--safe-area-inset-bottom),

0 commit comments

Comments
 (0)