Skip to content

Instantly share code, notes, and snippets.

@lindwurm
Created April 1, 2021 15:02
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 lindwurm/d96360dbedf9475654051b2ce3651a4d to your computer and use it in GitHub Desktop.
Save lindwurm/d96360dbedf9475654051b2ce3651a4d to your computer and use it in GitHub Desktop.
エイプリルフール企画
/* enlarge custom emoji. from: https://mstdn.maud.io/@unarist/99773019918049096 */
/* note: :only-child won't count text nodes */
p > .emojione[alt^=":"]:only-child {
width: 10em; height: 10em; margin: 0;
}
.status__content p .emojione {
width: 5em; height: 5em; margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment