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

Side fade effect game art cutoff too soon #81

Open
AtomicTEM opened this issue Feb 22, 2023 · 3 comments
Open

Side fade effect game art cutoff too soon #81

AtomicTEM opened this issue Feb 22, 2023 · 3 comments
Labels
CSS CSS/SCSS styling

Comments

@AtomicTEM
Copy link

image
the fade cutsoff to soon

Sidenote, in comparison to vanilla Old Glory cut off game art at the bottom too soon, for example for the Team Fortress 2 game art you are supposed to see the heavy's minigun but you can't with Old Glory.

@Jonius7 Jonius7 added the CSS CSS/SCSS styling label Feb 22, 2023
@Jonius7
Copy link
Owner

Jonius7 commented Mar 12, 2023

Are you wanting the default header size? OldGlory has the header shorter than default

@TheRealZGYT
Copy link

TheRealZGYT commented Apr 3, 2023

Might have something to do with margin-bottom being 13px. The white-ish filter doesn't move with the bottom margin and it makes it look that way.

The linked image is how it looks with margin-bottom: 0px which was change with a custom module

steam_Rr7tOLPSV4

This is the Custom module I'm using to fix it for now, was trying to figure out how to make the hero banner bigger at first but couldn't.

/* Custom CSS (module 1)
   ========================================================================== */
   
   // Add Custom CSS here (module 1)

.sharedappdetailsheader_TopCapsule_2meE3.sharedappdetailsheader_TopCapsule_2meE3 {
  max-height: 230px;
}

.appdetails_Header_2gZXh.appdetails_HeaderLoaded_tXlLv {
  min-height: 230px;
  margin-bottom: 0px;
}   

/* ========================================================================== 
   END Custom CSS (module 1) */

@Jonius7
Copy link
Owner

Jonius7 commented Apr 6, 2023

If you want the vanilla layout you can also just go into CSS Options -> CSS Secctions and untick gamepage_header then Install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CSS CSS/SCSS styling
Projects
None yet
Development

No branches or pull requests

3 participants