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

Jellyskin theme broke after the update #67

Open CaptechOmar opened 4 months ago

CaptechOmar commented 4 months ago

The skins are broken now after the last update

Namo2 commented 4 months ago

Have a look at #66

CaptechOmar commented 4 months ago

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
CaptechOmar commented 4 months ago

Also this is how the dashboard page looks like now.

image
danieladov commented 4 months ago

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

Namo2 commented 4 months ago

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;
}
CaptechOmar commented 4 months ago

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.