Make the integration header banner smaller (#8935)

This commit is contained in:
Paulus Schoutsen 2021-04-16 23:51:48 -07:00 committed by GitHub
parent 982ab93cdb
commit b96a70cd55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -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 {

View File

@ -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;