Skip to content

Instantly share code, notes, and snippets.

@tivac
Last active May 30, 2017 18:08
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 tivac/d3d862896a32164ee023c17e8f99d172 to your computer and use it in GitHub Desktop.
Save tivac/d3d862896a32164ee023c17e8f99d172 to your computer and use it in GitHub Desktop.
Sane flowdock thread styling
@-moz-document url-prefix("https://www.flowdock.com/app") {
/* Non-threaded */
/* Hide the thread icons*/
.bubble-container .bubble-icon {
display: none;
}
/* Re-enable the left border */
.bubble-container .bubble {
border-left-width: 5px;
border-left-style: solid;
}
/* Thread views */
/* Hide the thread coloring*/
#thread .bubble-container {
display: none;
}
/* Move content over */
#thread .thread-comment-message .content {
margin-left: 2.9rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment