Skip to content

Instantly share code, notes, and snippets.

@brandonsturgeon
Created June 21, 2017 19:48
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 brandonsturgeon/cbf807be463316e5dd17f08b0149db43 to your computer and use it in GitHub Desktop.
Save brandonsturgeon/cbf807be463316e5dd17f08b0149db43 to your computer and use it in GitHub Desktop.
@media (max-width: 800px) {
/* hide the sidebar */
#team_menu {display: none;}
#col_channels_bg {display: none;}
#col_channels {display: none;}
#messages_container {margin-left: 0;}
body {min-width: 0}
#messages-input-container, #notification_bar {left: -160px;}
#notification_bar {width: 100vw;}
#messages_unread_status {margin-left: 0;}
/* move the favouites star over */
#channel_header .star {
left: auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment