JellySkin
JellySkin copied to clipboard
Bug: show/movie page isn't shown correctly on jellyfin media player
Describe the bug The page for Shows and Movies are not shown correctly on the Jellyfin Media Player. There is a free space over the titlename that shouldn't be there.
Screenshots
Jellyfin Media Player:
Jellyfin-web (correct):
Desktop (please complete the following information):
- OS: MacOS
- Jellyfin Media Player Version 1.7.1
Weird, does this happen when not using logo.css?
yes, then there is the same problem
Weird, I think it is a bug with jellyfin-media-player-web and I don't have a way of debugging it
This also happens to me on Windows 11 and Edge 104
Using --remote-debugging-port=PORT_NUMBER
and inspecting with a chromium browser via chrome://inspect/#devices
you can do debugging.
I noticed #itemBackdrop has a height of 40vh, i set it to initial in the custom CSS code, seems to have fixed it.
I noticed #itemBackdrop has a height of 40vh, i set it to initial in the custom CSS code, seems to have fixed it.
That is a fix only for the client not for the web app. I am working on fixing it