1
0
Fork 0

Merge pull request #80 from koenwoortman/master

Fix horizontal flow on highlighted code blocks
This commit is contained in:
南小北 2020-12-14 04:40:04 +08:00 committed by GitHub
commit 8e259343f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -402,6 +402,7 @@ img {
margin-bottom: 32px;
background: var(--hljs-bg) !important;
border-radius: var(--radius);
overflow-x: auto;
}
.post-content ul pre {
margin-left: calc(var(--gap) * -2);