Jonius7 / SteamUI-OldGlory

A set of customisable Steam Library tweaks, with an installer. Also a reference that you can use to learn how to make your own tweaks.
https://jonius7.github.io
Apache License 2.0
253 stars 5 forks source link

Something broke "Box Play Button" #53

Closed wordpass1 closed 5 months ago

wordpass1 commented 2 years ago

Its way too high now, And everything is misplaced. This seems to have just happened today.

wtfgg (The reason it says "Install" is because I reinstalled steam to see if it was a problem with my version.)

Jonius7 commented 2 years ago

I'm not seeing the Play Box being too high, however the Vertical Nav Bar is definitely too high and will be fixed for the next release.

To change it yourself, the value is in module_verticalnavbar.scss under

.appdetailssection_AppDetailsSection_2r4TK.appdetailsprimarylinkssection_LinksSection_3-V8v you will find: transform: translate(5px, -295px) translateY(var(--VerticalNavBarOffset)); Set it to transform: translate(5px, -225px) translateY(var(--VerticalNavBarOffset));

For Play Bar Box I would adjust the value of top in module_verticalnavbar.scss under .appdetailsplaysection_Container_3Yf8b.appdetailsplaysection_InPage_1U7LK current value is: top: calc(-124px - 3vw);