Last active
July 19, 2019 17:03
-
-
Save stephanieleary/e4891327d4a97518c1b5d57a9f33f459 to your computer and use it in GitHub Desktop.
Hide new Twitter's right sidebar full of crap
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
.r-1ovo9ad div { | |
width: 0px !important; | |
} | |
.r-1ovo9ad div div.r-1oszu61 { | |
width: 360px !important; | |
} | |
.r-1ovo9ad form div { | |
width: inherit !important; | |
} | |
.r-1ovo9ad form div.r-1upvrn0, | |
div[aria-label="More"][role="button"] { | |
display: none; | |
} | |
/* make the main menu less bold */ | |
header[role="banner"] .r-1qd0xha { | |
font-weight: 300; | |
} | |
/* turn off image/link previews if you like */ | |
/* | |
.r-156q2ks { | |
display: none; | |
} | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment