From b58e67776cbc78cb15b239090fd23de5a1be0093 Mon Sep 17 00:00:00 2001 From: Tyrrrz Date: Sun, 18 Jul 2021 01:09:52 +0300 Subject: [PATCH] [HTML] Improve how the reference symbol looks Closes #650 --- .../Exporting/Writers/Html/PreambleTemplate.cshtml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml b/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml index a61009a2..866914d6 100644 --- a/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml +++ b/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml @@ -206,17 +206,15 @@ .chatlog__reference-symbol { grid-column: 1; + margin: 8px 4px 4px 18px; border-left: 2px solid @Themed("#4f545c", "#c7ccd1"); border-top: 2px solid @Themed("#4f545c", "#c7ccd1"); border-radius: 8px 0 0 0; - margin-left: 16px; - margin-top: 8px; } .chatlog__reference { display: flex; grid-column: 2; - margin-left: 1.2em; margin-bottom: 0.25em; font-size: 0.875em; white-space: nowrap; @@ -275,6 +273,7 @@ grid-column: 1; width: 40px; height: 40px; + margin-right: 16px; } .chatlog__author-avatar { @@ -285,7 +284,6 @@ .chatlog__messages { grid-column: 2; - margin-left: 1.2em; min-width: 50%; }