Skip to content

Commit

Permalink
Fix What's New CSS change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonius7 committed Oct 25, 2021
1 parent 7b69260 commit 5199eeb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scss/_home_collections.scss
Expand Up @@ -5,6 +5,7 @@
.libraryhome_LibraryHome_3Sb2o {
padding: 8px 12px 12px; /* default 8px 14px 14px */
/*background-image: linear-gradient(to bottom, #2d333c 0%, #24282f 20%);*/
order: 1;
}

/* Home Page - What's New
Expand All @@ -17,12 +18,14 @@
.smartscrollcontainer_Body_3lDcz.libraryhome_InnerContainer_2AUVZ {
display: flex;
flex-flow: column;
& > div:nth-child(1) {
order: var(--WhatsNewOrder);
}
}

/* Position What's New */
.libraryhome_WhatsNewContainer_gdZT7 {
.libraryhome_UpdatesContainer_17uEB {
display: var(--WhatsNew);
order: var(--WhatsNewOrder);
}

/* Home Page - Steam Games Grid
Expand Down

0 comments on commit 5199eeb

Please sign in to comment.