Skip to content

Instantly share code, notes, and snippets.

@briandant
Created August 18, 2016 19:37
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 briandant/3344a1a0204eb94b38b510cd27536a5e to your computer and use it in GitHub Desktop.
Save briandant/3344a1a0204eb94b38b510cd27536a5e to your computer and use it in GitHub Desktop.
/* hide the sidebar */
#team_menu {display: none;}
#col_channels_bg {display: none;}
#col_channels {display: none;}
#messages_container {margin-left: 0;}
#messages-input-container {left: -160px;}
/* move the favouites star over */
#channel_header .star {
right: 50px;
left: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment