Last active
February 7, 2020 14:55
-
-
Save Earu/903ce046026fdb89d8fef543e455b1d9 to your computer and use it in GitHub Desktop.
A CSS fix for the new gmod wiki, so it looks like it used to.
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
html { | |
background-image: none !important; | |
} | |
body { | |
margin: 0px !important; | |
max-width: 100% !important; | |
} | |
.body { | |
right: -15px !important; | |
} | |
#toolbar>div { | |
max-width: none !important; | |
} | |
#rightbar { | |
display: none !important; | |
} | |
#searchresults { | |
scrollbar-width: none !important; | |
} | |
#topbar { | |
scrollbar-width: none !important; | |
} | |
#contents { | |
scrollbar-width: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment