Skip to content

fix: Movie poster positioned too low on detail page #10

@Lifurek

Description

@Lifurek

Bug Description

The movie poster on the detail page is positioned too low and overlaps with the cast/actors section below.

Expected Behavior

The poster should be aligned with the movie title at the top of the page.

Current Behavior

The poster appears below the title and overlaps the cast section.

Solution

Adding this CSS fixes the issue:

.detailImageContainer > div {
    margin-top: -100px !important;
}

Screenshots (before changes)

Image

Screenshots (after changes)

Image

Environment

  • Jellyfin version: 10.11.5
  • Browser: Google Chrome
  • Theme imports used:
    • ScyFlow-oneliner.css
    • ScyFlow-Compatibility.css
    • ScyFlow-oneliner-mobile.css
    • ScyFlow-EpisodeGrid-outline.css
    • ScyFlow-HighDPIExtras.css

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions