Skip to content

Instantly share code, notes, and snippets.

@RazerMoon
Last active April 23, 2020 13:39
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 RazerMoon/c2228f90959fa93608563373423cae7c to your computer and use it in GitHub Desktop.
Save RazerMoon/c2228f90959fa93608563373423cae7c to your computer and use it in GitHub Desktop.
Gets rid of the roles and names in the member list, leaving only the avatars.
/* Member List Name Hider Snippet */
/* by RazerMoon/Rasync */
.da-membersGroup {
display: none; /* Hides Roles */
}
.da-layout > .da-content {
display: none; /* Hides names */
}
.membersWrap-2h-GB4 {
min-width: 0px; /* Gets rid of space for names */
}
.members-1998pB {
width: auto; /* Also gets rid of space for names */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment