Skip to content

Instantly share code, notes, and snippets.

@adamyanalunas
Created May 30, 2013 16:34
Show Gist options
  • Save adamyanalunas/5679276 to your computer and use it in GitHub Desktop.
Save adamyanalunas/5679276 to your computer and use it in GitHub Desktop.
Fix the chat so the × icon and text don't compete for layout space (and other UI tweaks).
.activity-text {
padding-right: 22px;
}
.activity-item .activity-delete {
top: 9px;
}
.activity-item:hover .activity-delete {
opacity: .75;
filter: alpha(opacity=75)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment