13 lines
152 B
CSS
Raw Normal View History

2017-06-20 13:29:15 +02:00
/**
* Emojies parser
*
* @author Pierre HUBERT
*/
/**
* Emoji images global style
*/
.emoji {
2018-04-20 15:40:09 +02:00
width: auto !important;
height: 2em !important;
2017-06-20 13:29:15 +02:00
}