From f9b6793d47f93e081b19a0fd453f77f5b8600ecb Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Sat, 9 Apr 2022 20:30:17 +0300 Subject: [PATCH] Update margins in HTML embeds --- .../Exporting/Writers/Html/PreambleTemplate.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml b/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml index 6ca57b5..e313ff5 100644 --- a/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml +++ b/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml @@ -417,7 +417,7 @@ .chatlog__embed-author-container { display: flex; - margin-bottom: 0.3rem; + margin-bottom: 0.5rem; align-items: center; } @@ -441,7 +441,7 @@ } .chatlog__embed-title { - margin-bottom: 0.75rem; + margin-bottom: 0.5rem; color: @Themed("#ffffff", "#4f545c"); font-size: 0.875rem; font-weight: 600;