mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
13 lines
152 B
CSS
13 lines
152 B
CSS
/**
|
|
* Emojies parser
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
/**
|
|
* Emoji images global style
|
|
*/
|
|
.emoji {
|
|
width: auto !important;
|
|
height: 2em !important;
|
|
} |