Skip to content

Commit 8d8b13f

Browse files
committed
Restore
1 parent 62e1661 commit 8d8b13f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/panels/config/automation/ha-automation-editor.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,19 +1170,13 @@ export class HaAutomationEditor extends PreventUnsavedMixin(
11701170
blueprint-automation-editor {
11711171
margin: 0 auto;
11721172
max-width: 1040px;
1173-
padding-top: 28px;
1174-
padding-bottom: var(--safe-area-inset-bottom, 0px);
1175-
padding-right: calc(20px + var(--safe-area-inset-right, 0px));
1176-
padding-left: 20px;
1173+
padding: 28px 20px 0;
11771174
display: block;
11781175
}
11791176
11801177
manual-automation-editor {
11811178
max-width: 1540px;
1182-
padding-top: 0;
1183-
padding-bottom: var(--safe-area-inset-bottom, 0px);
1184-
padding-left: 12px;
1185-
padding-right: calc(12px + var(--safe-area-inset-right, 0px));
1179+
padding: 0 12px;
11861180
}
11871181
11881182
@media (max-width: 600px) {

0 commit comments

Comments
 (0)