mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
Render quotes inline in referenced messages in HTML
This commit is contained in:
parent
4283ef22b1
commit
bd0701cb82
|
|
@ -229,7 +229,11 @@
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog__reference-link .hljs {
|
.chatlog__reference-link .chatlog__markdown-quote {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chatlog__reference-link .chatlog__markdown-pre {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue