mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
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:
parent
b40a3224fc
commit
a3f0c428f8
@ -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%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user