diff --git a/fold-entity-row.js b/fold-entity-row.js index 6f900b2..910c281 100644 --- a/fold-entity-row.js +++ b/fold-entity-row.js @@ -32,7 +32,20 @@ class FoldRow extends Polymer.Element { .toggle ha-icon { flex: 0 0 40px; } + #bar.closed { + max-height: 0; + } + #bar.open { + height: 1px; + background-color: var(--secondary-text-color); + opacity: 0.25; + margin-left: -16px; + margin-right: -16px; + margin-top: 8px; + margin-bottom: 8px; + } +