Last active
August 29, 2015 14:19
-
-
Save fancyremarker/7ee35737007fe6b11a76 to your computer and use it in GitHub Desktop.
Custom userstyle for intercom.io (narrow screens)
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
.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