[GH-ISSUE #66] New Jellyfin update broke skins #33

Closed
opened 2026-05-06 13:14:04 +02:00 by BreizhHardware · 5 comments

Originally created by @Otouq on GitHub (May 14, 2024).
Original GitHub issue: https://github.com/danieladov/jellyfin-plugin-skin-manager/issues/66

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

Originally created by @Otouq on GitHub (May 14, 2024). Original GitHub issue: https://github.com/danieladov/jellyfin-plugin-skin-manager/issues/66 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](https://github.com/danieladov/jellyfin-plugin-skin-manager/assets/88352634/8902be1a-568d-4d8e-a128-0896abca8b35)
Author
Owner

@tanmoumou252 commented on GitHub (May 14, 2024):

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

<!-- gh-comment-id:2109563791 --> @tanmoumou252 commented on GitHub (May 14, 2024): 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 ![图片](https://github.com/danieladov/jellyfin-plugin-skin-manager/assets/118299342/1c37df42-28ea-451c-9b0b-390b8fc777e9)
Author
Owner

@Namo2 commented on GitHub (May 15, 2024):

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

<!-- gh-comment-id:2112679262 --> @Namo2 commented on GitHub (May 15, 2024): 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: ```css @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
Author
Owner

@Otouq commented on GitHub (May 15, 2024):

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

<!-- gh-comment-id:2113616584 --> @Otouq commented on GitHub (May 15, 2024): > 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: > > ```css > @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");
Author
Owner

@CaptechOmar commented on GitHub (May 19, 2024):

Still having this issue with jellyskin theme

<!-- gh-comment-id:2119130321 --> @CaptechOmar commented on GitHub (May 19, 2024): Still having this issue with jellyskin theme
Author
Owner

@Namo2 commented on GitHub (May 19, 2024):

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

<!-- gh-comment-id:2119247549 --> @Namo2 commented on GitHub (May 19, 2024): 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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/jellyfin-plugin-skin-manager#33
No description provided.