mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-23 03:06:53 -04:00
[HTML] Simplify disabling jumbo in referenced message content
This commit is contained in:
parent
cba5a934df
commit
1e53f50ca3
2 changed files with 1 additions and 6 deletions
|
@ -256,11 +256,6 @@ img {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog__reference-content > .emoji {
|
|
||||||
width: 1.325em;
|
|
||||||
height: 1.325em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chatlog__reference-edited-timestamp {
|
.chatlog__reference-edited-timestamp {
|
||||||
margin-left: 0.25em;
|
margin-left: 0.25em;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
<span class="chatlog__reference-content">
|
<span class="chatlog__reference-content">
|
||||||
@if (!string.IsNullOrWhiteSpace(Model.MessageGroup.ReferencedMessage.Content))
|
@if (!string.IsNullOrWhiteSpace(Model.MessageGroup.ReferencedMessage.Content))
|
||||||
{
|
{
|
||||||
@Raw(FormatMarkdown(Model.MessageGroup.ReferencedMessage.Content))
|
@Raw(FormatEmbedMarkdown(Model.MessageGroup.ReferencedMessage.Content))
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue