jellyfin-plugin-skin-manager
jellyfin-plugin-skin-manager copied to clipboard
Ultrachromic backdrop configuration not properly applied
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.
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?