Skip to content

Instantly share code, notes, and snippets.

@emmajane
Last active June 2, 2016 10:09
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 emmajane/4ffc6d7204786c270597d3a3f1f414db to your computer and use it in GitHub Desktop.
Save emmajane/4ffc6d7204786c270597d3a3f1f414db to your computer and use it in GitHub Desktop.
/***********
** Flowdock style for compact channel listing
** On OS X, place these styles into: ~/Library/Application Support/Flowdock/userstyle.css
** You will need to restart Flowdock for the styles to take effect.
*/
#tab-bar .desktop a.tab-link {
padding: 0 0 0 0 ! important;
margin: 0 0 0 20px !important;
}
#tab-bar .desktop .privates-list .tab-avatar {
display: block !important;
}
#tab-bar .desktop .tab-avatar {
display: none !important;
}
#tab-bar .desktop li[data-presence=offline] .tab-avatar {
display: none !important;
}
#tab-bar .desktop li[data-presence=offline] a {
color: #333 !important;
}
#tab-bar .desktop .rounded-avatar .tab-avatar {
height: 15px !important;
width: 15px !important;
margin-top: 3px !important;
float: right !important;
}
#tab-bar .desktop a[title="Manage flow"] {
float: right !important;
margin-top: -2px !important;
}
.activity-indicator {
z-index: 100 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment