diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf1229..a175160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.26.14](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.13...v1.26.14) (2022-12-14) + + +### Bug Fixes + +* **blocks:** code block references are not displayed properly ([4c62445](https://github.com/pengx17/logseq-dev-theme/commit/4c62445b03ee0e2e84b4c6d3d640cb953695a37d)) + ## [1.26.13](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.12...v1.26.13) (2022-11-07) diff --git a/custom.css b/custom.css index 1521b3f..67f402a 100644 --- a/custom.css +++ b/custom.css @@ -540,6 +540,10 @@ a.title h1.title { display: inline; } +.block-ref .block-body > .cp__fenced-code-block div { + display: block !important; +} + .block-ref .flex.flex-row.justify-between { display: inline; } diff --git a/no_bullet_threading.css b/no_bullet_threading.css index f1facde..8542790 100644 --- a/no_bullet_threading.css +++ b/no_bullet_threading.css @@ -397,6 +397,10 @@ a.title h1.title { display: inline; } +.block-ref .block-body > .cp__fenced-code-block div { + display: block !important; +} + .block-ref .flex.flex-row.justify-between { display: inline; } diff --git a/package.json b/package.json index 4913309..9304965 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "logseq-dev-theme", "author": "pengx17", - "version": "1.26.13", + "version": "1.26.14", "description": "A custom theme for dev", "logseq": { "themes": [