Skip to content

Instantly share code, notes, and snippets.

@adrianuf22
Created July 19, 2018 04:47
Show Gist options
  • Save adrianuf22/9c67c7d02270b00c3054df54cda2acab to your computer and use it in GitHub Desktop.
Save adrianuf22/9c67c7d02270b00c3054df54cda2acab to your computer and use it in GitHub Desktop.
FB Stylus
@-moz-document domain("facebook.com") {
#u_0_a, #leftCol {
display: none;
}
#leftCol div, #rightCol div {
display: none;
}
#pagelet_composer {
height: 30px;
overflow: hidden;
margin-bottom: 20px;
}
#pagelet_composer:hover {
height: 200px !important;
}
#u_0_s {
overflow: hidden;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment