danieladov / jellyfin-plugin-skin-manager

Jellyfin Skin Manager is a plugin that helps you to download and install skins
MIT License
373 stars 29 forks source link

JellyFlix Broken since updating to Jellyfin 10.9.4 #69

Open Chapster5 opened 4 months ago

Chapster5 commented 4 months ago

As above. I updated Jellyfin to 10.9.4 and since then the JellyFlix theme doesn't display correctly it's missing background images for all shows and movies, On TV Shows the episodes don't list correct they're all pushed to the right instead of being nice and neat and in order on the left

Any chance for a fix please? image

Chapster5 commented 4 months ago

Another shot of the top of the tv show page

image

kiralR commented 2 months ago

Hello, Same problem here :'(

iamLazyCode commented 1 month ago

any fix ?

kiralR commented 1 month ago

I don't know enough about CSS to make a fix. But I get an almost satisfactory result with a workaround:

  1. disable the skin in the plugin, to return to the default Jellifin skin
  2. Go to Dashboard / General / Custom CSS, and add this : @import url("https://donchillow.github.io/JellyFlix/default.css");
  3. save and refresh the page

The result is better but not 100% perfect. For example, the PLAY buttons are shifted to the left when you are on a media page.

iamLazyCode commented 1 month ago

2. @import url("https://donchillow.github.io/JellyFlix/default.css");

I don't know enough about CSS to make a fix. But I get an almost satisfactory result with a workaround:

  1. disable the skin in the plugin, to return to the default Jellifin skin
  2. Go to Dashboard / General / Custom CSS, and add this : @import url("https://donchillow.github.io/JellyFlix/default.css");
  3. save and refresh the page

The result is better but not 100% perfect. For example, the PLAY buttons are shifted to the left when you are on a media page.

thankyou this does work till there is an update or fix