Fix humidifier and log drop down (#14999)

This commit is contained in:
Yosi Levy 2023-01-23 22:01:02 +02:00 committed by GitHub
parent 50a4c0f7ce
commit 533b4ec0b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -212,6 +212,10 @@ export class HaConfigLogs extends LitElement {
--mdc-theme-primary: var(--primary-text-color);
--mdc-icon-size: 36px;
}
ha-button-menu > mwc-button > ha-svg-icon {
margin-inline-end: 0px;
margin-inline-start: 8px;
}
`,
];
}

View File

@ -294,6 +294,7 @@ export class HuiHumidifierCard extends LitElement implements LovelaceCard {
justify-content: center;
padding: 16px;
position: relative;
direction: ltr;
}
#slider {