Skip to content

Instantly share code, notes, and snippets.

@clifff
Created April 10, 2023 01:42
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 clifff/90cc55b995afd5cabfc676bbeecb21f6 to your computer and use it in GitHub Desktop.
Save clifff/90cc55b995afd5cabfc676bbeecb21f6 to your computer and use it in GitHub Desktop.
Custom CSS to add reply icons to Mastodon website
div.status.status-public.status-reply span.status__visibility-icon .fa-globe::before {
content: " ";
}
div.status.status-unlisted.status-reply span.status__visibility-icon .fa-unlock::before {
content: " ";
}
div.status.status-direct.status-reply span.status__visibility-icon .fa-at::before {
content: " ";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment