Skip to content

Commit

Permalink
chore(release): 1.20.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.20.7](v1.20.6...v1.20.7) (2021-08-23)

### Bug Fixes

* hovering block indicator position ([3827c95](3827c95))
  • Loading branch information
semantic-release-bot committed Aug 23, 2021
1 parent 3827c95 commit 2aedd79
Show file tree
Hide file tree
Showing 3 changed files with 11 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.20.7](https://github.com/pengx17/logseq-dev-theme/compare/v1.20.6...v1.20.7) (2021-08-23)


### Bug Fixes

* hovering block indicator position ([3827c95](https://github.com/pengx17/logseq-dev-theme/commit/3827c95cc423fd49726129543d50be75fc92a4aa))

## [1.20.6](https://github.com/pengx17/logseq-dev-theme/compare/v1.20.5...v1.20.6) (2021-08-18)


Expand Down
3 changes: 3 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,9 @@ a:hover > .bullet-container .bullet {
filter: drop-shadow(2px 4px 6px black);
}

.block-content-wrapper > div > .block-content > span > span > .inline {
display: inline-block;
}
.block-content-wrapper > div > .block-content > span > span > :first-child {
position: relative;
}
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.20.6",
"version": "1.20.7",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit 2aedd79

Please sign in to comment.