Created
November 30, 2019 21:36
-
-
Save cessor/41441c19e75a3aa5a03633f35307acef to your computer and use it in GitHub Desktop.
Remove Steam Librabry Clutter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Add the following code to the end of Steam/steamui/css/libraryroot.css | |
| Source https://steamcommunity.com/sharedfiles/filedetails/?id=1906786841 | |
| For this to work, the shortcut needs Target flags -noverifyfiles and -norepairfiles, or the file must be set to read-only. | |
| */ | |
| /*.sharedappdetailsheader_TopCapsule_NZMJ6 { | |
| display:none!important; | |
| }*/ | |
| .libraryhome_WhatsNewContainer_gdZT7 { | |
| display:none!important; | |
| } | |
| .writereview_RatingContainer_2Jk1D { | |
| display:none!important; | |
| } | |
| .appdetailscommunityfeed_CommunityContentContainer_A6G1l { | |
| display:none!important; | |
| } | |
| .sharedappdetailsheader_HeaderBackgroundImage_1IX7F { | |
| display:none!important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment