JellySkin icon indicating copy to clipboard operation
JellySkin copied to clipboard

Bug: show/movie page isn't shown correctly on jellyfin media player

Open Jim-p2 opened this issue 2 years ago • 4 comments

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-mediaplayer Jellyfin-web (correct): jellyfin-web

Desktop (please complete the following information):

  • OS: MacOS
  • Jellyfin Media Player Version 1.7.1

Jim-p2 avatar Jun 30 '22 12:06 Jim-p2

Weird, does this happen when not using logo.css?

prayag17 avatar Jul 01 '22 02:07 prayag17

yes, then there is the same problem Bildschirmfoto 2022-07-01 um 10 24 28

Jim-p2 avatar Jul 01 '22 08:07 Jim-p2

Weird, I think it is a bug with jellyfin-media-player-web and I don't have a way of debugging it

prayag17 avatar Jul 01 '22 13:07 prayag17

This also happens to me on Windows 11 and Edge 104

EdyDeveloper avatar Sep 02 '22 11:09 EdyDeveloper

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.

xezwary avatar Oct 21 '22 09:10 xezwary

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

prayag17 avatar Oct 21 '22 10:10 prayag17