Skip to content

Instantly share code, notes, and snippets.

@eai04191
Last active June 30, 2022 12:24
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 eai04191/da9387d16a998ef0b017cfbf08465f66 to your computer and use it in GitHub Desktop.
Save eai04191/da9387d16a998ef0b017cfbf08465f66 to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name Mastodon | Huge Emoji
@namespace mizle.net
@version 1.0.1
@description 絵文字がデカすぎる
@author Eai
@license MIT
@preprocessor stylus
==/UserStyle== */
@-moz-document regexp("https://.+/web/.+") {
.status__content__text > p > .emojione:only-child {
height: unset;
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment