Skip to content

Commit

Permalink
chore(release): 1.22.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.22.1](v1.22.0...v1.22.1) (2021-12-09)

### Bug Fixes

* block-ref issue in logseq ([6d9b49f](6d9b49f))
  • Loading branch information
semantic-release-bot committed Dec 9, 2021
1 parent 6d9b49f commit e575434
Show file tree
Hide file tree
Showing 3 changed files with 12 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.22.1](https://github.com/pengx17/logseq-dev-theme/compare/v1.22.0...v1.22.1) (2021-12-09)


### Bug Fixes

* block-ref issue in logseq ([6d9b49f](https://github.com/pengx17/logseq-dev-theme/commit/6d9b49fb254501ac320a00316ea685d416d1230e))

# [1.22.0](https://github.com/pengx17/logseq-dev-theme/compare/v1.21.17...v1.22.0) (2021-11-22)


Expand Down
4 changes: 4 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,10 @@ a.title h1.title {
padding: 0 0.2em;
}

.block-ref .flex {
display: inline-flex;
}

.block-ref .block-ref {
padding: 0 0 0 0.2em;
}
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.22.0",
"version": "1.22.1",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit e575434

Please sign in to comment.