mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-03 08:39:14 +00:00
[HTML] Simplify disabling jumbo in referenced message content
This commit is contained in:
@@ -256,11 +256,6 @@ img {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.chatlog__reference-content > .emoji {
|
||||
width: 1.325em;
|
||||
height: 1.325em;
|
||||
}
|
||||
|
||||
.chatlog__reference-edited-timestamp {
|
||||
margin-left: 0.25em;
|
||||
font-size: 0.8em;
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<span class="chatlog__reference-content">
|
||||
@if (!string.IsNullOrWhiteSpace(Model.MessageGroup.ReferencedMessage.Content))
|
||||
{
|
||||
@Raw(FormatMarkdown(Model.MessageGroup.ReferencedMessage.Content))
|
||||
@Raw(FormatEmbedMarkdown(Model.MessageGroup.ReferencedMessage.Content))
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user