Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Broken Segment Button #167

Open
RichardLeite opened this issue Jan 25, 2025 · 1 comment
Open

Bug: Broken Segment Button #167

RichardLeite opened this issue Jan 25, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@RichardLeite
Copy link

Describe the bug
When playing a scene from any media that has Media Segments (introduced in Jellyfin version 10.10 or above), the skip button for the current Segment has a broken position and size.

To Reproduce
Steps to reproduce the behavior:

  1. Play any media that has segments.
  2. When you reach the segment that has the skip button, the broken button appears.

Expected behavior
The button should appear in the correct position and size.As shown in the print below (Custom CSS disabled):
Image

Screenshots
Edge:
Image

Firefox:
Image

Chrome:
Image

Desktop (please complete the following information):

  • OS: [Windows]
  • Browser [Edge, Firefox, Google Chrome]
  • Versions:
  • [Edge: Version 132.0.2957.115 (Official Build) (64-bit)]
  • [Firefox: 134.0.2 (64-bit)]
  • [Google Chrome: 132.0.6834.111 (Official Build) 64-bit]

Additional context
I use an ultrawide monitor, but I tested it on other monitors and the problem occurs in the same way. I think it is more of a CSS adjustment than according to the device or system, I tested it on my cellphone's browser and the problem also appears.

@RichardLeite RichardLeite added the bug Something isn't working label Jan 25, 2025
@Shatomaru
Copy link

The Fix

remove this line:

.emby-button {
position: relative
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants