prayag17 / JellyFlix

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

Empty space on jellyflix in tv shows #26

Closed deveers closed 2 years ago

deveers commented 2 years ago

There is a ton of empty space which means I have to scroll down to select seasons. Is this a bug and are there any plans to fix it

image

image

prayag17 commented 2 years ago

That is not a bug that is how it is meant to be

deveers commented 2 years ago

Understood. Is there any way for me to change it? Thanks

prayag17 commented 2 years ago
.detailPagePrimaryContent {
    min-height: fit-content !important;
}