File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
src/panels/config/integrations Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -910,16 +910,10 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
910910 flex-wrap : wrap;
911911 margin : auto;
912912 max-width : 1000px ;
913- padding-top : 32px ;
914- padding-bottom : calc (32px + var (--safe-area-inset-bottom , 0px ));
915- padding-left : 32px ;
916- padding-right : calc (32px + var (--safe-area-inset-right , 0px ));
913+ padding : 32px ;
917914 }
918915 : host ([narrow ]) .container {
919- padding-top : 16px ;
920- padding-bottom : calc (16px + var (--safe-area-inset-bottom , 0px ));
921- padding-left : calc (16px + var (--safe-area-inset-left , 0px ));
922- padding-right : calc (16px + var (--safe-area-inset-right , 0px ));
916+ padding : 16px ;
923917 }
924918 .container > * {
925919 flex-grow : 1 ;
You can’t perform that action at this time.
0 commit comments