Skip to content

Instantly share code, notes, and snippets.

@iameli
Created January 23, 2017 00:50
Show Gist options
  • Select an option

  • Save iameli/7328a0adc16f12a2cee355c6eae11fe6 to your computer and use it in GitHub Desktop.

Select an option

Save iameli/7328a0adc16f12a2cee355c6eae11fe6 to your computer and use it in GitHub Desktop.
User Stylesheet for embedding Slack chat in other things
/**
* I use these overrides when I'm embedding my Slack chat in my OBS stream to hide everything I don't like and blow
* out the margins a bit.
*/
.client_channels_list_container { display: none; }
body { min-width: 100% !important;}
#banner {display: none !important;}
#client_header {display: none !important;}
#footer_msgs {display: none !important;}
.client_container #messages_container {bottom: 0 !important;}
#msgs_scroller_div {
height: auto !important;
overflow-y: visible !important;
}
ts-message {padding-right: 0 !important}
.message_gutter {width: 3.5rem !important;}
.message_content {margin-left: 3.5rem !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment