Skip to content

Instantly share code, notes, and snippets.

@STrRedWolf
Created June 29, 2014 19:29
Show Gist options
  • Save STrRedWolf/209c0d98404df9f3bd91 to your computer and use it in GitHub Desktop.
Save STrRedWolf/209c0d98404df9f3bd91 to your computer and use it in GitHub Desktop.
Furstre.am Chat tweaks
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("furstre.am") {
#comunica-chat-pane .msg {
margin: 2px !important;
}
#comunica-chat-pane .msg .content .details {
font-size: 8pt !important;
margin: 2px !important;
}
#comunica-chat-pane .msg .content p {
margin: 2px !important;
font-size: 9pt !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment