jellyfin-plugin-skin-manager icon indicating copy to clipboard operation
jellyfin-plugin-skin-manager copied to clipboard

Ultrachromic backdrop configuration not properly applied

Open Andeskjerf opened this issue 2 years ago • 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%);}

Andeskjerf avatar Aug 28 '22 09:08 Andeskjerf

Met the same problem and solved with the same method.

Archer-Tatsu avatar Oct 03 '22 16:10 Archer-Tatsu

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

stankovictab avatar Feb 28 '23 04:02 stankovictab

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

Mhowser avatar Jun 28 '23 03:06 Mhowser