-
Notifications
You must be signed in to change notification settings - Fork 83
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
Comments
what version of chrome are you using? |
I think it's the latest version in date n°125.0.6422.142 ! |
.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. |
Thanks a lot my friend ! |
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 body #itemDetailPage .detailLogo {
background-position: 0 100% !important;
height: 30vh;
left: 18.8vw;
top: 17.5vh;
} Removing the |
@GAMADA06 can you try changing your language to english? |
Yes @prayag17, but is it really the problem ? |
That is causing the play button to not appear correctly |
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
Is there a way to fix the summary box so it adjust itself automaticaly with the ratio of the window?
Thanks in advance :)
The text was updated successfully, but these errors were encountered: