Skip to content

Commit 3d78a3f

Browse files
chore(release): 1.26.14 [skip ci]
## [1.26.14](v1.26.13...v1.26.14) (2022-12-14) ### Bug Fixes * **blocks:** code block references are not displayed properly ([4c62445](4c62445))
1 parent 7777a6a commit 3d78a3f

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.26.14](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.13...v1.26.14) (2022-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **blocks:** code block references are not displayed properly ([4c62445](https://github.com/pengx17/logseq-dev-theme/commit/4c62445b03ee0e2e84b4c6d3d640cb953695a37d))
7+
18
## [1.26.13](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.12...v1.26.13) (2022-11-07)
29

310

custom.css

+4
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,10 @@ a.title h1.title {
540540
display: inline;
541541
}
542542

543+
.block-ref .block-body > .cp__fenced-code-block div {
544+
display: block !important;
545+
}
546+
543547
.block-ref .flex.flex-row.justify-between {
544548
display: inline;
545549
}

no_bullet_threading.css

+4
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,10 @@ a.title h1.title {
397397
display: inline;
398398
}
399399

400+
.block-ref .block-body > .cp__fenced-code-block div {
401+
display: block !important;
402+
}
403+
400404
.block-ref .flex.flex-row.justify-between {
401405
display: inline;
402406
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logseq-dev-theme",
33
"author": "pengx17",
4-
"version": "1.26.13",
4+
"version": "1.26.14",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)