File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
src/panels/config/automation Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments