danieladov/jellyfin-plugin-skin-manager

Jellyskin theme broke after the update

CaptechOmar opened this issue · 6 comments

The skins are broken now after the last update

Have a look at #66

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

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

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

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;
}

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.