mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-25 23:22:06 -05:00
fix: contain emojis; also add more
This commit is contained in:
parent
6c6f6396e4
commit
e13edcbb76
2 changed files with 17 additions and 0 deletions
|
@ -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",
|
||||
},
|
||||
};
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
.markdown {
|
||||
:global(.emoji) {
|
||||
object-fit: contain;
|
||||
|
||||
height: 1.25em;
|
||||
width: 1.25em;
|
||||
margin: 0 0.05em 0 0.1em;
|
||||
|
|
Loading…
Reference in a new issue