emojione.css 332 B

12345678910111213141516171819
  1. .emojione {
  2. /* Emoji Sizing */
  3. font-size: inherit;
  4. height: 3ex;
  5. width: 3.1ex;
  6. min-height: 20px;
  7. min-width: 20px;
  8. /* Inline alignment adjust the margins */
  9. display: inline-block;
  10. margin: -.4ex .15em .2ex;
  11. line-height: normal;
  12. vertical-align: sub;
  13. }
  14. img.emojione {
  15. /* prevent img stretch */
  16. width: auto;
  17. }