Skip to content

Instantly share code, notes, and snippets.

@fancyremarker
Last active August 29, 2015 14:19
Show Gist options
  • Save fancyremarker/7ee35737007fe6b11a76 to your computer and use it in GitHub Desktop.
Save fancyremarker/7ee35737007fe6b11a76 to your computer and use it in GitHub Desktop.
Custom userstyle for intercom.io (narrow screens)
.pl_app_header, .pl_inbox_search_box, .conversation__inbox__current-profile, .conversation__inbox__list-filter .u__right {
display: none;
}
body {
min-width: 800px!important;
}
.pl_secondary_nav_wrapper {
min-width: 800px!important;
}
.new_pattern_area .conversation__view__stream-wrapper {
width: 100%!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment