Skip to content

Instantly share code, notes, and snippets.

@0atman
Forked from nottrobin/remove-sidebar.css
Last active October 1, 2018 15:01
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save 0atman/f7010a29ec02d3ebdd9c to your computer and use it in GitHub Desktop.
Save 0atman/f7010a29ec02d3ebdd9c 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;
}
@0atman
Copy link
Author

0atman commented Jul 31, 2015

Original sidebar css by @nottrobin, I added the favourites star moving.

@thefonso
Copy link

how can i get this in the seperate app?

@NicolasWebDev
Copy link

Actually I would also be interested in applying this to the desktop app, because like it stands it is pretty unusable for me.

@shirbr510
Copy link

@thefonso +1 to that!

any news about it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment