kalkih / mini-media-player

Minimalistic media card for Home Assistant Lovelace UI
MIT License
1.47k stars 206 forks source link

info is difficult to read with cover artwork sometimes #792

Open Commod0re opened 7 months ago

Commod0re commented 7 months ago

example:

Screenshot 2023-12-01 at 12 21 53 AM

proposed solution:

add some styling to the entity__info div:

backdrop-filter: blur(4px);
border-radius: 12px;
padding: 0 8px 2px;

result:

Screenshot 2023-12-01 at 12 24 42 AM
estradanet commented 7 months ago

The small version (material) changes the color and the button's color font depending on the song, something the full size doesn't do

Commod0re commented 7 months ago

I'll play with that, thanks