Skip to content

Instantly share code, notes, and snippets.

@MarcelRobitaille
Last active November 23, 2016 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarcelRobitaille/03b463d6840851182bd8 to your computer and use it in GitHub Desktop.
Save MarcelRobitaille/03b463d6840851182bd8 to your computer and use it in GitHub Desktop.
/**************
* Left menu
**************/
/* Stop moving damnit! */
#leftCol{
position: fixed;
margin-top: 0 !important;
}
/* Hide all this shit */
#appsNav,
#listsNav,
#interestsNav,
#eventsNav,
#pagesNav{
display: none;
}
/**************
* Right menu
**************/
/* Hide everything that isn't reminders. Don't need no recommended aps bs */
.rightColumnWrapper > .pagelet:not(#pagelet_reminders),
.home_right_column > .pagelet:not(#pagelet_reminders){
display: none;
}
/**************
* Chat menu
**************/
/* Hide all this shit */
#pagelet_canvas_nav_content{
display: none;
}
/**************
* Misc
**************/
/* Hide this shit */
#pagelet_rhc_footer{
display: none;
}
.home_right_column{
min-height: 0 !important;
}
.fbReminders{
padding-bottom: 0;
}
/**************
* Optional. Use only if you also use third party chat
**************/
/**************
* Hide the chat
**************/
#ChatTabsPagelet,
#pagelet_sidebar{
display: none;
}
/* Center this shit */
#globalContainer#globalContainer{
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment