Created
January 23, 2017 00:50
-
-
Save iameli/7328a0adc16f12a2cee355c6eae11fe6 to your computer and use it in GitHub Desktop.
User Stylesheet for embedding Slack chat in other things
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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