mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-05-09 08:25:58 +02:00
[GH-ISSUE #85] All themes have issues since 10.11.0 #52
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#52
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 @jrmbdl on GitHub (Oct 26, 2025).
Original GitHub issue: https://github.com/danieladov/jellyfin-plugin-skin-manager/issues/85
Opening a show and looking at seasons there is formatting/spacing issues all over the place. Most have issues with spacing in all different ways. My main theme is JellyFlix and I have overlapping posters as well as spacing issues. Themes all need to be tweaked to confirm to this update. I have tried disabling all other plugins and the only 100% to get rid of the formatting issues is the default theme at the moment. Also tried deleting the docker image and re-downloading it just to make sure there wasnt corruption issues of some sorts.
Tested in Brave, Chrome, Edge
Server running on Truenas Scale Apps (Docker Based)
Server Running 10.11.0
@mrquim commented on GitHub (Nov 9, 2025):
Did u find any fix?
@jrmbdl commented on GitHub (Nov 15, 2025):
using jellyfins forum (https://forum.jellyfin.org/f-themes-styles) you can add a string of code to your custom css in your dashboard settings under branding. most of the themes have been updated and if your looking for your favorite google the theme name and jellyfin, find there github page. usually there is only one line of code if you want the defaults, from there you can tweak and change the themes based on there readme. Its "more difficult" then the plugin but your theme will update with the creator changes and is less likely to break.
im using elegantfin:
@import url("https://cdn.jsdelivr.net/gh/lscambo13/ElegantFin@main/Theme/ElegantFin-jellyfin-theme-build-latest-minified.css");
thats all i enter into the css branding... i would love to see something like that built into the plugin so the themes stay up to date.
@TheOverpassArsonist commented on GitHub (Dec 13, 2025):
Wait so is this an issue with the manager, or is it just that Jellyfin itself got updated and now themes are out of date?