Merge pull request #31 from jepler/reduce-code-block-jank

Show code blocks at full height
This commit is contained in:
Jeff Epler 2023-12-12 21:50:08 -06:00 committed by GitHub
commit 2995b1e1aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,9 @@ Markdown:focus-within {
Markdown {
border-left: heavy transparent;
}
MarkdownFence {
max-height: 9999;
}
Footer {
dock: top;
}