Skip to content

Instantly share code, notes, and snippets.

@thedjpetersen
Created November 26, 2015 06:48
Show Gist options
  • Save thedjpetersen/4faa150ceca0e849771f to your computer and use it in GitHub Desktop.
Save thedjpetersen/4faa150ceca0e849771f to your computer and use it in GitHub Desktop.
stylish modifications for facebook
#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