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

Installing Unticked Options #22

Closed willowFins closed 3 years ago

willowFins commented 3 years ago

I have options such as the box play button and vertical navbar unticked as I want to use Old Glory mainly to rid of the whats new section, but Old Glory installs these options anyways.

Jonius7 commented 3 years ago

Check to see if the options are working as intended in the newest release: https://github.com/Jonius7/SteamUI-OldGlory/releases/tag/Release_5.7.1.1

willowFins commented 3 years ago

Newest release fixed the box play button and vertical navbar being applied even though unticked, but the changes on the left side games list still apply even though I have 0 of those options applied.

Jonius7 commented 3 years ago

Can you be more specific? On the CSS Options -> Quick CSS page, you may be looking for Game List Zoom to set back to Default.

Individual parts of the CSS tweaks can be enabled/disabled like this: http://imgur.com/a/PocNfPE

The ones you may be looking for are:

"./sidebar_homeandsearch" - condenses the sidebar buttons to 2 rows "./sidebar_gamelist" - enables the compact game list and other sizing tweaks "./module_homeicon" - adds the Home button "house" icon

willowFins commented 3 years ago

Thank you so much! Editing the SCSS file like pictured works just as I want.

Sorry for the troubles!

Jonius7 commented 3 years ago

All good, the feature may be added to the GUI in a future release, but for now, editing the .scss is the way to go.