One more fix

This commit is contained in:
Paulus Schoutsen 2021-04-16 11:07:17 -07:00
parent 4af060890a
commit 3174037c54

View File

@ -651,9 +651,6 @@ export class HaIntegrationCard extends LitElement {
align-items: center;
padding: 16px 8px 8px 16px;
}
.group.disabled .header {
padding-top: 8px;
}
.header img {
margin-right: 16px;
width: 40px;
@ -720,7 +717,7 @@ export class HaIntegrationCard extends LitElement {
overflow: auto;
}
.disabled paper-listbox {
top: 92px;
top: 100px;
}
}
paper-item {