mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-19 18:28:42 +00:00
"Add TCA" dialog desktop height to 800px (#28182)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user