From 6fa6df981e9d13844738e9fa7eceb80179b19644 Mon Sep 17 00:00:00 2001 From: Tyrrrz Date: Sat, 24 Jul 2021 17:46:27 +0300 Subject: [PATCH] [HTML] Fix bot tag positioning --- .../Exporting/Writers/Html/PreambleTemplate.cshtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml b/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml index 1c20d5a..34ef90c 100644 --- a/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml +++ b/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml @@ -606,11 +606,10 @@ .chatlog__bot-tag { position: relative; - top: -.2em; + top: -.1em; margin-left: 0.3em; padding: 0.05em 0.3em; border-radius: 3px; - vertical-align: middle; line-height: 1.3; background-color: #5865F2; color: #ffffff;