Skip to content

Instantly share code, notes, and snippets.

@karasugawasu
Last active April 26, 2023 16:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karasugawasu/3e2bf1a66581c33cbf20d0e518fee7b9 to your computer and use it in GitHub Desktop.
Save karasugawasu/3e2bf1a66581c33cbf20d0e518fee7b9 to your computer and use it in GitHub Desktop.
Mastodonの公開範囲表示用カスタムCSS
.status-unlisted .status__avatar::after{
font-family: 'FontAwesome';
content: "\F09C";
position: relative;
top: 8px;
left: 0px;
font-size: 15px;
}
.status-private .status__avatar::after{
font-family: 'FontAwesome';
content: "\F023";
position: relative;
top: 8px;
left: 0px;
font-size: 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment