kalkih / mini-media-player

Minimalistic media card for Home Assistant Lovelace UI
MIT License
1.49k stars 205 forks source link

Css overrides not working #662

Closed cowboysdude closed 2 years ago

cowboysdude commented 2 years ago

The css overrides aren't working after the 1st one....

style: | ha-card { margin: 0px 14px -5px 14px mini-media-player-artwork-opacity: 9 } Anything after the 1st line is ignored.

kalkih commented 2 years ago

This is unrelated to this card, but I believe you're missing a comma

margin: 0px 14px -5px 14px, mini-media-player-artwork-opacity: 9