Skip to content

Commit

Permalink
chore(release): 1.23.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.23.6](v1.23.5...v1.23.6) (2022-01-04)

### Bug Fixes

* lower block toggle bar ([5245dbe](5245dbe))
  • Loading branch information
semantic-release-bot committed Jan 4, 2022
1 parent 5245dbe commit 571027c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.23.6](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.5...v1.23.6) (2022-01-04)


### Bug Fixes

* lower block toggle bar ([5245dbe](https://github.com/pengx17/logseq-dev-theme/commit/5245dbe431d0f96f536c3730ac04c5bd4bf0ba72))

## [1.23.5](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.4...v1.23.5) (2022-01-04)


Expand Down
2 changes: 1 addition & 1 deletion bullet_threading.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

.block-children-left-border {
z-index: 10;
z-index: 1;
position: absolute;
height: 100%;
width: 4px;
Expand Down
2 changes: 1 addition & 1 deletion custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ a.title h1.title {
}

.block-children-left-border {
z-index: 10;
z-index: 1;
position: absolute;
height: 100%;
width: 4px;
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.23.5",
"version": "1.23.6",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit 571027c

Please sign in to comment.