You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
332 B
19 lines
332 B
|
11 years ago
|
.emojione {
|
||
|
|
/* Emoji Sizing */
|
||
|
|
font-size: inherit;
|
||
|
|
height: 3ex;
|
||
|
|
width: 3.1ex;
|
||
|
|
min-height: 20px;
|
||
|
|
min-width: 20px;
|
||
|
|
|
||
|
|
/* Inline alignment adjust the margins */
|
||
|
|
display: inline-block;
|
||
|
|
margin: -.4ex .15em .2ex;
|
||
|
|
line-height: normal;
|
||
|
|
vertical-align: sub;
|
||
|
|
}
|
||
|
|
|
||
|
|
img.emojione {
|
||
|
|
/* prevent img stretch */
|
||
|
|
width: auto;
|
||
|
|
}
|