Skip to content

Commit b65ba3d

Browse files
committed
Restore
1 parent b0e1ea6 commit b65ba3d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/panels/config/integrations/ha-config-integration-page.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)