Created
November 26, 2015 06:48
-
-
Save thedjpetersen/4faa150ceca0e849771f to your computer and use it in GitHub Desktop.
stylish modifications for facebook
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
#pagelet_bluebar { | |
display: none; | |
} | |
#globalContainer { | |
margin: 0; | |
width: 100% !important; | |
padding: 0 !important; | |
} | |
#contentArea { | |
width: 100% !important; | |
} | |
#pagelet_web_messenger div[role=main] { | |
left: 308px; | |
position: absolute; | |
right: 0; | |
top: 0; | |
bottom: 0; | |
width: auto !important; | |
} | |
#pagelet_web_messenger div[role=main] .uiScrollableArea { | |
width: 90% !important; | |
margin: 0 auto; | |
} | |
#pagelet_web_messenger div[role=main] .uiScrollableAreaBody, | |
#pagelet_web_messenger div[role=main] .uiScrollableAreaWrap { | |
width: 100% !important; | |
} | |
#stream_pagelet, | |
#rightCol, | |
.fbNubButton, | |
.fbChatSidebar { | |
display: none !important; | |
} | |
._1rs { | |
width: 80% !important; | |
margin: 0 auto !important; | |
border-top: 1px solid transparent !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment