Skip to content

Instantly share code, notes, and snippets.

@ItsOnlyBinary
Last active May 13, 2020 19:03
Show Gist options
  • Save ItsOnlyBinary/eec4dd1671a82644858da35f2fb24d59 to your computer and use it in GitHub Desktop.
Save ItsOnlyBinary/eec4dd1671a82644858da35f2fb24d59 to your computer and use it in GitHub Desktop.
<style>
.kiwi-nicklist-user-prefix {
display: none;
}
.kiwi-nicklist-user--mode-o .kiwi-nicklist-user-nick::before {
content: "\f222";
font-family: fontAwesome;
}
.kiwi-nicklist-user--mode-v .kiwi-nicklist-user-nick::before {
content: "\f223";
font-family: fontAwesome;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment