danieladov/jellyfin-plugin-skin-manager

Ultrachromic backdrop configuration not properly applied

Andeskjerf opened this issue · 3 comments

Only one backdrop configuration is applied at the time. The filter for .backdropImage needs to be merged into one or else one of the four configurations will take priority. Only tested on Firefox.

Screenshot from 2022-08-28 10-55-47

Can be worked around by going to Dashboard -> General, then remove the existing lines for .backdropImage in the CSS config with one line.

.backdropImage {filter: blur(18px) saturate(120%) contrast(120%) brightness(40%);}

Met the same problem and solved with the same method.

Reporting same problem on Chromium (Vivaldi specifically), same solution

yep had to apply this fix as well, @danieladov any chance you could look into this?