mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-04 01:10:33 -06:00
"Add TCA" dialog desktop height to 800px (#28182)
This commit is contained in:
parent
bddbb773b7
commit
0b4b8d9082
@ -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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user