Created
June 27, 2012 05:38
-
-
Save pistachiomatt/3001713 to your computer and use it in GitHub Desktop.
Facebook Messenger Fluid userstyle
This file contains 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
#leftColContainer, #MessagingNetegoWrapper, .uiHeaderActions, #pageHead .rfloat, #pageHead .lfloat, #pageFooter, .fbDockWrapper, #blueBarHolder { display: none !important; } #pageHead { padding-left: 20px !important; } html#facebook #contentCol { margin-left: 0 !important } .MessagingReadViewMainContentt, .fbx #globalContainer, #MessagingFrame, #MessagingMainContent { width: 100% !important; } | |
#contentArea { width: 100% !important; } | |
.MessagingReadHeader { | |
top:15px; | |
left:20px; | |
} | |
.MessagingContentHeaderWrapper, | |
#MessagingShelfContent { | |
//width: 2000px; | |
} | |
#MessagingShelf.fixedScrolling { | |
bottom: 0; | |
left:0; | |
//width: 2000px; | |
} | |
#MessagingInlineComposer { | |
padding-left: 70px !important; | |
} | |
#MessagingMainContent { | |
overflow: visible !important; | |
} | |
#MessagingShelf:not(.fixedScrolling) { | |
margin-left: -20px; | |
} | |
.fixedBody #MessagingScroller #MessagingMessages { | |
width: 420px !important; | |
} | |
.fixedBody .MessagingContentHeaderWrapper { | |
z-index: 99 !important; | |
} | |
.MessagingContentBorder { | |
width: 2000px !important; | |
} | |
#rightCol, .wmMasterView { | |
display: none | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment