Skip to content

Commit

Permalink
chore(release): 1.21.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.21.7](pengx17/logseq-dev-theme@v1.21.6...v1.21.7) (2021-10-12)

### Bug Fixes

* adapt for Logseq 0.4.3 ([f434c51](pengx17@f434c51))
  • Loading branch information
semantic-release-bot committed Oct 12, 2021
1 parent f434c51 commit ae64bf9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.21.7](https://github.com/pengx17/logseq-dev-theme/compare/v1.21.6...v1.21.7) (2021-10-12)


### Bug Fixes

* adapt for Logseq 0.4.3 ([f434c51](https://github.com/pengx17/logseq-dev-theme/commit/f434c51ccb4ad0d3057f231f90096652fb96b26b))

## [1.21.6](https://github.com/pengx17/logseq-dev-theme/compare/v1.21.5...v1.21.6) (2021-10-11)


Expand Down
3 changes: 1 addition & 2 deletions bullet_threading.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
height: 14px !important;
width: 14px !important;
position: relative;
transform: translateX(-1.5px);
}

/* Block bullet path should only show in a nested block */
Expand Down Expand Up @@ -83,7 +82,7 @@
content: "";
top: 12px;
bottom: 0;
left: -17px;
left: -15px;
position: absolute;
border-left: var(--ls-block-bullet-threading-width) solid transparent;
}
Expand Down
4 changes: 1 addition & 3 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ a.title h1.title {
height: 14px !important;
width: 14px !important;
position: relative;
transform: translateX(-1.5px);
}

/* Block bullet path should only show in a nested block */
Expand Down Expand Up @@ -434,7 +433,7 @@ a.title h1.title {
content: "";
top: 12px;
bottom: 0;
left: -17px;
left: -15px;
position: absolute;
border-left: var(--ls-block-bullet-threading-width) solid transparent;
}
Expand Down Expand Up @@ -959,7 +958,6 @@ a[priority]::before,
a.priority::before {
border: 1px solid #eee;
border-radius: var(--ct-marker-border-radius);
padding-left: 1px;
font-size: 12px;
font-weight: 600;
height: var(--ct-marker-size);
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.21.6",
"version": "1.21.7",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit ae64bf9

Please sign in to comment.