fix(automation): keep automation flows usable

Use the appropriate dialog sizes, keep the automation form scrollable, preserve readable automation tables in narrow settings panels, clarify the project-wide scope of global triggers, and remove redundant recipe setup copy.
This commit is contained in:
Carlos Valente
2026-09-12 16:53:45 +02:00
parent 5c6824d1fd
commit 95f04e8efc
7 changed files with 24 additions and 31 deletions
@@ -1,14 +1,3 @@
.form {
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
}
.formScroll {
height: 100%;
}
.outerColumn {
display: flex;
flex-direction: column;