lovelace-slider-entity-row icon indicating copy to clipboard operation
lovelace-slider-entity-row copied to clipboard

Grow doesn't seem to work?

Open froman753 opened this issue 3 years ago • 1 comments

I have tried changing the grow attribute to true but it doesn't make a difference whether it's true or false, the slider remains the same length.

froman753 avatar Jan 03 '22 20:01 froman753

Same. I'd love to get rid of tons of sprinkled css and just use this. But this is not it (yet).

I'd love if there were options to accomplish this.

    card_mod:
      style:
        hui-generic-entity-row:
          $: |
            .info {
              display: none !important;
            }
          .: |
            ha-slider {
              max-width: unset !important;
            }

paranoidi avatar Sep 19 '22 00:09 paranoidi

The effect is very slight - as documented - but it's as much as the entities card allows.

thomasloven avatar Dec 26 '22 00:12 thomasloven