Jellyskin theme broke after the update
CaptechOmar opened this issue · 6 comments
CaptechOmar commented
The skins are broken now after the last update
CaptechOmar commented
CaptechOmar commented
danieladov commented
The author of the skin is working on an update. It should start working again once it's released.
Namo2 commented
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
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.