Skip to content

Instantly share code, notes, and snippets.

@tacoe
Created November 20, 2012 09:19
Show Gist options
  • Save tacoe/4116911 to your computer and use it in GitHub Desktop.
Save tacoe/4116911 to your computer and use it in GitHub Desktop.
Flowdock smaller window mode
/* todo: get rid of ugly !important overrides */
@media screen {
/* fix ugly active shadow */
menu#users ul.online .user.active {
-webkit-box-shadow: 0px 0px 0px 1px black !important;
box-shadow: 0px 0px 0px 1px black !important;
}
/* tighter line spacing in chat */
#chat .message, #chat .separator {
padding: 6.5px 30px 6.5px 10px !important;
}
/* dim /me lines */
#chat .message.line, #chat .message.status {
color: #888 !important;
}
/* give top tab bar the size it deserves */
#tab-bar {
height: 28px !important;
}
.flow {
padding-top: 28px !important;
}
#tab-list > li > a.tab, #tab-list > li > a,
#tab-list > li > a.tab .name::after,
#tab-list > li {
height: 28px !important;
}
#tab-list > li > a.tab, #tab-list > li > a {
line-height: 28px !important;
}
#tab-list > li > a.tab::before {
top: 7px !important;
}
#user-menu {
height: 28px !important;
padding: 4px 36px 4px 21px !important;
}
#user-menu .name::after {
content: none !important;
}
/* un-huge-ify influx; this needs work */
#inbox > .message-list {
background: #fcfcfc !important;
}
#inbox > .message-list > .message {
padding: 10px 16px 10px 16px !important;
}
#inbox > .message-list > .message .comment-count {
left: 42px !important;
}
#inbox > .message-list > .message .type-icon {
width: 16px !important;
height: 12px !important;
}
#inbox > .message-list > .message .avatar {
width: 40px !important;
height: 40px !important;
margin: 0 16px 0 0 !important;
}
h4, #inbox > .message-list > .message .title,
#inbox > .message-list > .message p {
font-size: 12px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment