From c9e16a7f747ae384b4c2a7514ba013c1b355905a Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Sat, 9 Apr 2022 20:37:12 +0300 Subject: [PATCH] Spaces in css rules --- .../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 e313ff57..e982e71c 100644 --- a/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml +++ b/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml @@ -645,7 +645,7 @@ font-size: 0.85rem; } - .chatlog__markdown-mention{ + .chatlog__markdown-mention { border-radius: 3px; padding: 0 2px; background-color: @Themed("rgba(88, 101, 242, .3)", "rgba(88, 101, 242, .15)"); @@ -658,7 +658,7 @@ color: #ffffff } - .chatlog__markdown-timestamp{ + .chatlog__markdown-timestamp { border-radius: 3px; padding: 0 2px; color: @Themed("#a3a6aa", "#5e6772");