Skip to content

Instantly share code, notes, and snippets.

@bnrubin
Last active January 20, 2021 18:45
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 bnrubin/b2c3060bc2ac8534b023546fc911357c to your computer and use it in GitHub Desktop.
Save bnrubin/b2c3060bc2ac8534b023546fc911357c to your computer and use it in GitHub Desktop.
Giant Bomb Chat Popout Userstyle
@-moz-document regexp(".*giantbomb\\.com/.*/popout.*") {
.chat-history__reply {
float: unset;
margin-left: 0px;
}
.chat-history__report {
float: right;
}
.chat-quote {
text-align: left;
margin-left: 30px;
}
.chat-quote__username {
font-weight: bold;
}
.tooltip.left.in[style] {
left: unset !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment