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)
Screenshots (after changes)
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
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:
Screenshots (before changes)
Screenshots (after changes)
Environment