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

New Jellyfin update broke skins #66

Closed Otouq closed 4 months ago

Otouq commented 4 months ago

after the new update, the skins made jellyfin kinda broken.. Im not sure if this is only me, but it's been happening ever since. I disabled the skin and it looks normal, but whenever i try to enable it back again it goes like that. image

tanmoumou252 commented 4 months ago

Use Firefox and Chrome's new privacy tabs to open web pages to retest, or clear cookies

The essence of this plugin is to write custom CSS to the dashboard
图片

Namo2 commented 4 months ago

Which skin are you using? I can probably rewrite the css real quick

You can set the custom css yourself under Home -> Dashboard -> General. I use this for Kaleidochromic:


@import url('https://ctalvio.github.io/Kaleidochromic/default_style.css');:root {--accent: 98.00787045,121.00999580324999,204.99450000000002;}
:root {--rounding: 12px;}
.page {
  height: 100vh;
}

So far it works for me

Otouq commented 4 months ago

Which skin are you using? I can probably rewrite the css real quick

You can set the custom css yourself under Home -> Dashboard -> General. I use this for Kaleidochromic:

@import url('https://ctalvio.github.io/Kaleidochromic/default_style.css');:root {--accent: 98.00787045,121.00999580324999,204.99450000000002;}
:root {--rounding: 12px;}
.page {
  height: 100vh;
}

So far it works for me

Ok so this one works, but for some reason this one specifically doesn't seem to work and it does what i showed in that photo,, i really like this one but doesn't seem to work too well rn.. @import url("https://cdn.jsdelivr.net/npm/jellyskin@latest/dist/main.css");

CaptechOmar commented 4 months ago

Still having this issue with jellyskin theme

Namo2 commented 4 months ago

Do you have some screenshots of how it should look? I tried some things and it looked weird imo. E.g. it showed the libraries differently as "Continue watching", "Next up", etc. Some thumbnails were blurred.

If you say that stuff is normal i can quickly redo the needed changes and send you the css