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 : Button spacing on widescreen #151

Open
Washteck opened this issue Jun 5, 2024 · 9 comments
Open

Bug : Button spacing on widescreen #151

Washteck opened this issue Jun 5, 2024 · 9 comments
Labels
bug Something isn't working

Comments

@Washteck
Copy link

Washteck commented Jun 5, 2024

summary and black box missplaced on wide screen
it is getting back to normal when resizing windows to a more appropriate aspect ratio

To Reproduce
stretch the window, easier to do with a 21:9 screen

  • OS: Jellyfin on Unraid,
  • Google Chrome
  • Version 10.9.4

image
image
image

Is there a way to fix the summary box so it adjust itself automaticaly with the ratio of the window?
Thanks in advance :)

@Washteck Washteck added the bug Something isn't working label Jun 5, 2024
@prayag17
Copy link
Owner

prayag17 commented Jun 6, 2024

what version of chrome are you using?

@Washteck
Copy link
Author

Washteck commented Jun 6, 2024

I think it's the latest version in date n°125.0.6422.142 !

@GAMADA06
Copy link

GAMADA06 commented Jun 6, 2024

Capture

@itz4blitz
Copy link

itz4blitz commented Jun 12, 2024

.noBackdropTransparency .detailPageSecondaryContainer {
    background-color: transparent !important; 
}
#itemDetailPage .infoWrapper .itemMiscInfo {
    margin-bottom: -50px !important; 
}

I added this to my custom CSS which fixed both the placement of the movie year / rating / review so it appears below the title when viewing a movie/show. It also fixed the black box that was appearing above the movie text. Hope it helps.

@Washteck
Copy link
Author

Thanks a lot my friend !

@mihawk90
Copy link
Contributor

mihawk90 commented Jun 16, 2024

I added this to my custom CSS

This helps when not using Logos, but doesn't fix the issue in comment 3 (also mentioned in #148 ).

I think the Logo is just generally too far down. This is from the logo.css:

body #itemDetailPage .detailLogo {
    background-position: 0 100% !important;
    height: 30vh;
    left: 18.8vw;
    top: 17.5vh;
}

Removing the top property works perfectly fine and also looks better IMO.

Current:
image

top removed:
image

top removed + Custom CSS above:
image

@prayag17
Copy link
Owner

@GAMADA06 can you try changing your language to english?

@GAMADA06
Copy link

Yes @prayag17, but is it really the problem ?

@prayag17
Copy link
Owner

That is causing the play button to not appear correctly

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

5 participants