Created
July 19, 2018 04:47
-
-
Save adrianuf22/9c67c7d02270b00c3054df54cda2acab to your computer and use it in GitHub Desktop.
FB Stylus
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
@-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