"Add TCA" dialog desktop height to 800px (#28182)

This commit is contained in:
Wendelin 2025-11-27 14:42:18 +01:00 committed by GitHub
parent bddbb773b7
commit 0b4b8d9082
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1910,7 +1910,7 @@ class DialogAddAutomationElement
ha-wa-dialog {
--dialog-content-padding: var(--ha-space-0);
--ha-dialog-min-height: min(
648px,
800px,
calc(
100vh - max(
var(--safe-area-inset-bottom),
@ -1919,7 +1919,7 @@ class DialogAddAutomationElement
)
);
--ha-dialog-min-height: min(
648px,
800px,
calc(
100dvh - max(
var(--safe-area-inset-bottom),