Update hui-glance-card.ts: fix padding & margin for a focused entity (#17005)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
ildar170975 2023-06-26 15:25:14 +03:00 committed by GitHub
parent b40a3224fc
commit a3f0c428f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,7 +215,8 @@ export class HuiGlanceCard extends LitElement implements LovelaceCard {
background: var(--divider-color);
border-radius: 14px;
padding: 4px;
margin: -4px 0;
margin-top: -4px;
margin-bottom: 8px;
}
.entity div {
width: 100%;