Skip to content

Commit

Permalink
chore(release): 1.26.14 [skip ci]
Browse files Browse the repository at this point in the history
## [1.26.14](pengx17/logseq-dev-theme@v1.26.13...v1.26.14) (2022-12-14)

### Bug Fixes

* **blocks:** code block references are not displayed properly ([4c62445](pengx17@4c62445))
  • Loading branch information
semantic-release-bot committed Dec 14, 2022
1 parent 7777a6a commit 3d78a3f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 4 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
4 changes: 4 additions & 0 deletions no_bullet_threading.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 3d78a3f

Please sign in to comment.