Skip to content

Instantly share code, notes, and snippets.

@CosmicToast
Last active September 14, 2020 11:31
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 CosmicToast/9974a338ff4345a5d8e86055d38e13a9 to your computer and use it in GitHub Desktop.
Save CosmicToast/9974a338ff4345a5d8e86055d38e13a9 to your computer and use it in GitHub Desktop.
Toast's UserCSS collection
/* ==UserStyle==
@name big-pinafore-emojos
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Makes pinafore emojos bigger.
@author Chloe Kudryavtsev
==/UserStyle== */
@-moz-document domain("pinafore.social"), domain("dev.pinafore.social") {
.inline-custom-emoji {
width: 2.8em;
height: 2.8em;
}
.account-display-name > .inline-custom-emoji {
width: 1.4em;
height: 1.4em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment