Skip to content

Instantly share code, notes, and snippets.

@mgax
Last active August 29, 2015 14:09
Show Gist options
  • Save mgax/040d302bd9c7df860c93 to your computer and use it in GitHub Desktop.
Save mgax/040d302bd9c7df860c93 to your computer and use it in GitHub Desktop.
Fluid styles
/* https://gist.github.com/cmod/1d00fc552d21d5dfdd65 */
#rightCol { display: none !important; }
#pagelet_bluebar { display: none !important; }
#pagelet_dock { display: none !important; }
#pagelet_sidebar { display: none !important; }
#globalContainer { padding-right: 0 !important; }
.fbx #globalContainer { width: auto !important; }
/* https://gist.github.com/cmod/de169914c00e92495b67 */
.topbar { display: none !important; }
.dashboard { display: none !important; }
#trends_dialog { display: none !important; }
.content-main { float: none !important; width: auto !important; }
.wrapper { width: auto !important; }
.AppContent { padding-top: 10px !important; }
setInterval(function() {
$('.stream-item:has([data-disclosure-type=promoted])').hide();
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment