Skip to content
Snippets Groups Projects
Unverified Commit 40cfa7ae authored by Nicolas Werner's avatar Nicolas Werner Committed by GitHub
Browse files

Merge pull request #709 from tastytea/condense-blockquotes

Decrease margins on blockquotes.
parents 17ed785c c122915c
No related branches found
No related tags found
No related merge requests found
Pipeline #1739 passed
......@@ -29,6 +29,7 @@ MatrixText {
border-collapse: collapse;
border: 1px solid " + Nheko.colors.text + ";
}
blockquote { margin-left: 1em; }
</style>
" + formatted.replace("<pre>", "<pre style='white-space: pre-wrap; background-color: " + Nheko.colors.alternateBase + "'>").replace("<del>", "<s>").replace("</del>", "</s>").replace("<strike>", "<s>").replace("</strike>", "</s>")
width: parent ? parent.width : undefined
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment