Last active
January 20, 2021 18:45
-
-
Save bnrubin/b2c3060bc2ac8534b023546fc911357c to your computer and use it in GitHub Desktop.
Giant Bomb Chat Popout Userstyle
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
@-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