[GH-ISSUE #67] Jellyskin theme broke after the update #35

Open
opened 2026-05-06 13:14:05 +02:00 by BreizhHardware · 6 comments

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

The skins are broken now after the last update

Originally created by @CaptechOmar on GitHub (May 19, 2024). Original GitHub issue: https://github.com/danieladov/jellyfin-plugin-skin-manager/issues/67 The skins are broken now after the last update
Author
Owner

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

Have a look at #66

<!-- gh-comment-id:2126723821 --> @Namo2 commented on GitHub (May 23, 2024): Have a look at #66
Author
Owner

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

This is how the jellyskin looks like after the update

image

and if you tried to scroll down you will find that you can only scroll in that small section up there.
The rest of the page is empty but you can scroll in that very small area
image

<!-- gh-comment-id:2129825287 --> @CaptechOmar commented on GitHub (May 24, 2024): This is how the jellyskin looks like after the update ![image](https://github.com/danieladov/jellyfin-plugin-skin-manager/assets/77493619/4a2212ea-00e6-474a-bf8c-524aa470b210) and if you tried to scroll down you will find that you can only scroll in that small section up there. The rest of the page is empty but you can scroll in that very small area <img width="807" alt="image" src="https://github.com/danieladov/jellyfin-plugin-skin-manager/assets/77493619/b83ace9a-d0e2-459f-9d22-96ee20e44b26">
Author
Owner

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

Also this is how the dashboard page looks like now.
image

<!-- gh-comment-id:2129853894 --> @CaptechOmar commented on GitHub (May 24, 2024): Also this is how the dashboard page looks like now. <img width="943" alt="image" src="https://github.com/danieladov/jellyfin-plugin-skin-manager/assets/77493619/8e9dc027-ae94-4dd2-b9df-fb840c461f07">
Author
Owner

@danieladov commented on GitHub (May 24, 2024):

The author of the skin is working on an update. It should start working again once it's released.

<!-- gh-comment-id:2130168082 --> @danieladov commented on GitHub (May 24, 2024): The author of the skin is working on an update. It should start working again once it's released.
Author
Owner

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

I guess in the meantime, you can use this:


@import url('https://cdn.jsdelivr.net/gh/prayag17/JellySkin/default.css');
@import url('https://cdn.jsdelivr.net/npm/jellyskin@latest/dist/main.css');
.content-primary {
  margin-left: 260px;
}
.mainAnimatedPages.skinBody {
  height: 100vh;
}

<!-- gh-comment-id:2130454739 --> @Namo2 commented on GitHub (May 24, 2024): I guess in the meantime, you can use this: ```css @import url('https://cdn.jsdelivr.net/gh/prayag17/JellySkin/default.css'); @import url('https://cdn.jsdelivr.net/npm/jellyskin@latest/dist/main.css'); .content-primary { margin-left: 260px; } .mainAnimatedPages.skinBody { height: 100vh; } ```
Author
Owner

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

I guess in the meantime, you can use this:

@import url('https://cdn.jsdelivr.net/gh/prayag17/JellySkin/default.css');
@import url('https://cdn.jsdelivr.net/npm/jellyskin@latest/dist/main.css');
.content-primary {
  margin-left: 260px;
}
.mainAnimatedPages.skinBody {
  height: 100vh;
}

Actually, this fixed it.
Thanks.

<!-- gh-comment-id:2130923536 --> @CaptechOmar commented on GitHub (May 25, 2024): > I guess in the meantime, you can use this: > > ```css > @import url('https://cdn.jsdelivr.net/gh/prayag17/JellySkin/default.css'); > @import url('https://cdn.jsdelivr.net/npm/jellyskin@latest/dist/main.css'); > .content-primary { > margin-left: 260px; > } > .mainAnimatedPages.skinBody { > height: 100vh; > } > ``` Actually, this fixed it. Thanks.
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#35
No description provided.