danieladov/jellyfin-plugin-skin-manager

New Jellyfin update broke skins

Otouq opened this issue · 5 comments

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

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
图片

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

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");

Still having this issue with jellyskin theme

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