dashboards: fix mini-media-player gradient and artwork centering in screensaver #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "jmaroeder/wallpanel-screensaver-layout-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
.mmp-playerinside mini-media-player's shadow DOM — it always getslinear-gradient(to top, rgba(0,0,0,0.5) 25%, transparent 100%)for anyfull-cover*artwork mode, even with all controls hidden.coverdefaults tobackground-size: cover; thefull-cover-fitoverride tocontainonly applies when bothartwork='full-cover-fit'and--has-artworkclass are present on ha-cardha-card(the host element) — this never reached.coveror.mmp-playerinside mini-media-player's shadow rootFix
Target
.coverand.mmp-playerdirectly in card_mod CSS (which is injected into mini-media-player's shadow root):Test plan