mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-05-09 08:25:58 +02:00
[GH-ISSUE #47] Ultrachromic backdrop configuration not properly applied #17
Labels
No labels
enhancement
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/jellyfin-plugin-skin-manager#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @Andeskjerf on GitHub (Aug 28, 2022).
Original GitHub issue: https://github.com/danieladov/jellyfin-plugin-skin-manager/issues/47
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%);}@Archer-Tatsu commented on GitHub (Oct 3, 2022):
Met the same problem and solved with the same method.
@stankovictab commented on GitHub (Feb 28, 2023):
Reporting same problem on Chromium (Vivaldi specifically), same solution
@Mhowser commented on GitHub (Jun 28, 2023):
yep had to apply this fix as well, @danieladov any chance you could look into this?
@Taparu commented on GitHub (Dec 31, 2025):
Likewise same issue here. Tested firefox and chrome.