1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Add feature gap theme variable for hui-card-features (#27076)

* Update hui-card-features.ts

Add CSS variable for gap

* Renamed variable
This commit is contained in:
Douwe
2025-09-17 08:03:49 -04:00
committed by GitHub
parent cac978344f
commit 3b90b5fcb1

View File

@@ -65,7 +65,7 @@ export class HuiCardFeatures extends LitElement {
width: 100%;
display: flex;
flex-direction: column;
gap: 12px;
gap: var(--ha-card-feature-gap, 12px);
width: 100%;
box-sizing: border-box;
justify-content: space-evenly;