Last active
June 2, 2016 10:09
-
-
Save emmajane/4ffc6d7204786c270597d3a3f1f414db to your computer and use it in GitHub Desktop.
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
/*********** | |
** 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