prayag17 / JellyFlix

Jellyfin but Looks, Feels and Smells like Netflix
https://prayag17.github.io/JellyFlix/
245 stars 72 forks source link

Solution to scrolling bug in series seasons in the skin #21

Closed Mr-Vladi closed 2 years ago

Mr-Vladi commented 2 years ago
.layout-mobile .itemsContainer {
  width: calc(100vw - 6.6%);
  overflow: scroll hidden;
  padding: 0 3.3%;
}

Add, this part of CSS, this solves a problem that prevents scrolling in the seasons section of the series when using mobile.

Mr-Vladi commented 2 years ago

Ok, forget it seems to be broken hahaha, well there is a problem in the latest version that does not allow to move the seasons of the series on mobiles. 😉

Mr-Vladi commented 2 years ago

image

image

I'm on the latest version and for some reason, sometimes the mobile version works fine, but sometimes it just looks like this By the way, the seasons stop moving if you don't put the code I put above

prayag17 commented 2 years ago

image

Where do you see this issue?

Mr-Vladi commented 2 years ago

The problem persists, it seems that it has not been solved, to this I add that a second problem is occurring with the desktop version and metadata, since now it is not shown either. Captura de pantalla 2021-12-08 080818 Here you can see how the metadata is not complete. Captura de pantalla 2021-12-08 080846 And here the problem remains in the mobile version

This affects the entire content, no matter if it is a Series or Movie or a different one.

Mr-Vladi commented 2 years ago
.itemName {
    /* margin: 0.5em 0 !important; */
}

Esto hay que eliminarlo en logo.css, esto parece solucionar el problema con error visual de la metadata Captura de pantalla 2021-12-08 080818 image Aquí ya eliminado eso en logo.css :67

Mr-Vladi commented 2 years ago

Ok, forget my suggestion, I cleared the Jellyfin cache and in incognito mode and there seems to be no problem with the metadata on desktop, however the mobile version is still giving problems.

prayag17 commented 2 years ago

The mobile version will be fixed

prayag17 commented 2 years ago

It means that I will fix it soon as I am busy with other stuff

Mr-Vladi commented 2 years ago

Yes, sorry, my Spanish translator didn't understand the "fixed", thanks for clarifying it. 😅

prayag17 commented 2 years ago

No problem man