diff --git a/panels/automation/ha-automation-editor.html b/panels/automation/ha-automation-editor.html index cf7fb1b356..e810970ab4 100644 --- a/panels/automation/ha-automation-editor.html +++ b/panels/automation/ha-automation-editor.html @@ -10,6 +10,7 @@ + @@ -54,6 +55,23 @@ span[slot=introduction] a { color: var(--primary-color); } + paper-fab { + position: fixed; + bottom: 16px; + right: 16px; + z-index: 1; + margin-bottom: -80px; + transition: margin-bottom .3s; + } + + paper-fab[is-wide] { + bottom: 24px; + right: 24px; + } + + paper-fab[dirty] { + margin-bottom: 0; + } @@ -64,11 +82,6 @@ on-tap='backTapped' >
Automation [[name]]
- @@ -77,6 +90,13 @@
[[errors]]
+