Skip to content

Instantly share code, notes, and snippets.

@Sainan
Last active September 15, 2024 16:37
Show Gist options
  • Save Sainan/e75a6ea7b4cd691a0bc3e1fab9565e34 to your computer and use it in GitHub Desktop.
Save Sainan/e75a6ea7b4cd691a0bc3e1fab9565e34 to your computer and use it in GitHub Desktop.
/* No Avatar Decorations */
[class^='avatarDecoration_']
{
display: none;
}
/* No Activity Cards */
[aria-label="Members"] > h3:has([class^='toggleExpandIcon_']),
[aria-label="Members"] > div:has(> div[class=''])
{
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment