From cfbd267d3adce4e87b2366d8261b24cb30067a53 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Sat, 9 Apr 2022 20:25:13 +0300 Subject: [PATCH] Fix embed styles in HTML --- .../Writers/Html/MessageGroupTemplate.cshtml | 44 +++++++++---------- .../Writers/Html/PreambleTemplate.cshtml | 4 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml b/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml index ddd9647..6e4e98b 100644 --- a/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml +++ b/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml @@ -233,7 +233,7 @@ @{/* Embed author */} @if (embed.Author is not null) { -