fix: contain emojis; also add more

This commit is contained in:
Paul Makles 2022-01-05 15:05:29 +00:00
parent 6c6f6396e4
commit e13edcbb76
2 changed files with 17 additions and 0 deletions

View file

@ -1938,5 +1938,20 @@ export const emojiDictionary = {
yeahokayyy: "custom:yeahokayyy.png",
yed: "custom:yed.png",
yems: "custom:yems.png",
// new unsorted batch
michael: "custom:michael.gif",
charle: "custom:charle.gif",
sadge: "custom:sadge.webp",
sus: "custom:sus.webp",
// provided by Amy
ayame_heart: "custom:ayame_heart.png",
catgirl_peek: "custom:catgirl_peak.png",
girl_happy: "custom:girl_happy.png",
hug_plushie: "custom:hug_plushie.png",
huggies: "custom:huggies.png",
noted: "custom:noted.gif",
waving: "custom:waving.png",
},
};

View file

@ -1,5 +1,7 @@
.markdown {
:global(.emoji) {
object-fit: contain;
height: 1.25em;
width: 1.25em;
margin: 0 0.05em 0 0.1em;