From 28b2039a33622e09824403fd97d5f4c67d7beb30 Mon Sep 17 00:00:00 2001 From: Tyrrrz Date: Fri, 23 Jul 2021 01:28:49 +0300 Subject: [PATCH] [HTML] Update quote style Closes #654 --- .../Exporting/Writers/Html/PreambleTemplate.cshtml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml b/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml index 8abaf14..0bcda39 100644 --- a/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml +++ b/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml @@ -107,9 +107,14 @@ } .quote { - margin: 0.1em 0; - padding-left: 0.6em; - border-left: 4px solid @Themed("#4f545c", "#c7ccd1"); + display: flex; + margin: 0.05em 0; + } + + .quote::before { + content: ""; + margin-right: 0.5em; + border: 2px solid @Themed("#4f545c", "#c7ccd1"); border-radius: 3px; } @@ -239,7 +244,7 @@ } .chatlog__reference-name { - margin-right: 0.25em; + margin-right: 0.3em; font-weight: 600; }