Closed wordpass1 closed 5 months 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);
Its way too high now, And everything is misplaced. This seems to have just happened today.
(The reason it says "Install" is because I reinstalled steam to see if it was a problem with my version.)