Skip to content

Instantly share code, notes, and snippets.

@jvlad
Forked from 0atman/remove-sidebar.css
Created February 24, 2016 05:32
Show Gist options
  • Save jvlad/648951f5f8e13f8b4cfa to your computer and use it in GitHub Desktop.
Save jvlad/648951f5f8e13f8b4cfa to your computer and use it in GitHub Desktop.
slack.com remove left sidebar
/* 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