Skip to content

Commit

Permalink
chore(release): 1.10.11 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.11](pengx17/logseq-dev-theme@v1.10.10...v1.10.11) (2021-07-21)

### Bug Fixes

* should use inline instead of inline-block ([82a671f](pengx17@82a671f))
  • Loading branch information
semantic-release-bot committed Jul 21, 2021
1 parent 82a671f commit 99cfdd6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.10.11](https://github.com/pengx17/logseq-dev-theme/compare/v1.10.10...v1.10.11) (2021-07-21)


### Bug Fixes

* should use inline instead of inline-block ([82a671f](https://github.com/pengx17/logseq-dev-theme/commit/82a671f6576222db2b42f87d0c63aade7fb183df))

## [1.10.10](https://github.com/pengx17/logseq-dev-theme/compare/v1.10.9...v1.10.10) (2021-07-21)


Expand Down
2 changes: 1 addition & 1 deletion custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ a.title h1.title {
}

.block-ref div.flex {
display: inline-block;
display: inline;
padding: 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.10.10",
"version": "1.10.11",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit 99cfdd6

Please sign in to comment.