diff --git a/DiscordChatExporter.Core/Discord/Data/Emoji.cs b/DiscordChatExporter.Core/Discord/Data/Emoji.cs index 9739c26a..fabc707f 100644 --- a/DiscordChatExporter.Core/Discord/Data/Emoji.cs +++ b/DiscordChatExporter.Core/Discord/Data/Emoji.cs @@ -57,7 +57,7 @@ namespace DiscordChatExporter.Core.Discord.Data // Standard emoji var twemojiName = GetTwemojiName(name); - return $"https://twemoji.maxcdn.com/2/72x72/{twemojiName}.png"; + return $"https://twemoji.maxcdn.com/2/svg/{twemojiName}.svg"; } public static Emoji Parse(JsonElement json) diff --git a/DiscordChatExporter.Core/Exporting/Writers/Html/Core.css b/DiscordChatExporter.Core/Exporting/Writers/Html/Core.css index 701ec346..689ec274 100644 --- a/DiscordChatExporter.Core/Exporting/Writers/Html/Core.css +++ b/DiscordChatExporter.Core/Exporting/Writers/Html/Core.css @@ -146,8 +146,8 @@ img { } .emoji { - width: 1.25em; - height: 1.25em; + width: 1.325em; + height: 1.325em; margin: 0 0.06em; vertical-align: -0.4em; } @@ -256,8 +256,8 @@ img { } .chatlog__reference-content > .emoji { - width: 1.25em; - height: 1.25em; + width: 1.325em; + height: 1.325em; } .chatlog__reference-edited-timestamp {