diff --git a/src/panels/config/integrations/ha-integration-card.ts b/src/panels/config/integrations/ha-integration-card.ts index 5aaf0d31c4..ad5b87e3f0 100644 --- a/src/panels/config/integrations/ha-integration-card.ts +++ b/src/panels/config/integrations/ha-integration-card.ts @@ -608,7 +608,9 @@ export class HaIntegrationCard extends LitElement { overflow: hidden; } .hasMultiple.single .back-btn { - height: 32px; + height: 24px; + display: flex; + align-items: center; } .hasMultiple.group .back-btn { height: 0px; @@ -656,7 +658,7 @@ export class HaIntegrationCard extends LitElement { overflow: auto; } .disabled paper-listbox { - top: 100px; + top: 88px; } } paper-item { diff --git a/src/panels/config/integrations/ha-integration-header.ts b/src/panels/config/integrations/ha-integration-header.ts index 9c9c49b8d4..6ace567a6d 100644 --- a/src/panels/config/integrations/ha-integration-header.ts +++ b/src/panels/config/integrations/ha-integration-header.ts @@ -117,7 +117,7 @@ export class HaIntegrationHeader extends LitElement { background-color: var(--state-color); color: var(--text-on-state-color); text-align: center; - padding: 8px; + padding: 2px; } .header { display: flex;