Skip to content

Instantly share code, notes, and snippets.

@stephanieleary
Last active July 19, 2019 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephanieleary/e4891327d4a97518c1b5d57a9f33f459 to your computer and use it in GitHub Desktop.
Save stephanieleary/e4891327d4a97518c1b5d57a9f33f459 to your computer and use it in GitHub Desktop.
Hide new Twitter's right sidebar full of crap
.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