Skip to content

Instantly share code, notes, and snippets.

@nateeo
Last active January 18, 2019 05:47
Show Gist options
  • Select an option

  • Save nateeo/7628c5c226f6b2a7f76935599307d64f to your computer and use it in GitHub Desktop.

Select an option

Save nateeo/7628c5c226f6b2a7f76935599307d64f to your computer and use it in GitHub Desktop.
Big emojis
/* set emoji size to wumbo */
.emoji-sizer {
font-size: 32px !important;
padding: 4px !important;
}
.emoji-sizer.emoji-only {
font-size: 64px !important;
}
/* fix reaction panel buttons */
.rxn_panel button {
padding: 4px !important;
height: 100% !important;
}
.rxn_panel button .emoji-sizer {
margin: 0px !important;
vertical-align: middle !important;
}
/* fix add reaction button */
.rxn.menu_rxn .ts_icon {
top: initial !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment