Skip to content

Commit

Permalink
Fixes Format
Browse files Browse the repository at this point in the history
Fixes Format
  • Loading branch information
Jonius7 committed Apr 27, 2022
1 parent b09868a commit 3494a03
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions fixes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### === Enable Patching ===
### === Enable Patching JS ===
6: "libraryroot", 6: "libraryreet",

### === Home Page Grid Spacing ===
Expand All @@ -13,8 +13,8 @@ this.props.rgInfo.slice(0, 6) this.props.rgInfo.slice(0, 12)
###h = m.nTop, h = (t.children[0] && t.children[0].childNodes[0] && t.children[0].childNodes[0].childNodes[0] && t.children[0].childNodes[0].childNodes[0].classList && t.children[0].childNodes[0].childNodes[0].classList.contains("gamelistentry_HoverOverlay_3cMVy") && t.children[0].childNodes[0].childNodes[0].classList.contains("gamelistentry_Container_2-O4Z")) || (t.children[0].classList && t.children[0].classList.contains("gamelistentry_FriendStatusHover_2iiN7")) ? m.nTop * 0.75 : m.nTop,

### === Disable screenshot slideshow on hover ===
this.hasScreenshots ? (n = this.currentScreenshot /*this.hasScreenshots ? (n = this.currentScreenshot
})) : (n = String(this.props.appid), })) : */(n = String(this.props.appid),
###this.hasScreenshots ? (n = this.currentScreenshot /*this.hasScreenshots ? (n = this.currentScreenshot
###})) : (n = String(this.props.appid), })) : */(n = String(this.props.appid),

### === Scrolling Tweak - Scroll past ADD SHELF Button on load ===
this.SetStateLoaded(), this.SetStateLoaded(),document.getElementsByClassName('smartscrollcontainer_Body_3lDcz')[0].scrollTop = 30,
Expand All @@ -24,7 +24,6 @@ e.m_nScrollTop = 0, e.m_elTarget e.m_nScrollTop = 30, e.m_elTarget
### === Change Game Image Grid Sizes (optional) - default widths 111, 148, 222 ===
(n = 111, r = !0) : 2 == e ? n = 148 : 3 == e && (n = 222), { (n = 120, r = !0) : 2 == e ? n = 160 : 3 == e && (n = 200), {


### === Vertical Nav Bar (beta, working) ===
###x: l, x: 0,
###y: c * n y: c * (n - 10)
Expand Down

0 comments on commit 3494a03

Please sign in to comment.