diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d2ebc2..3b05d1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/bullet_threading.css b/bullet_threading.css index 91d4dda..d0ee268 100644 --- a/bullet_threading.css +++ b/bullet_threading.css @@ -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 */ @@ -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; } diff --git a/custom.css b/custom.css index e13c5cc..d92dfb8 100644 --- a/custom.css +++ b/custom.css @@ -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 */ @@ -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; } @@ -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); diff --git a/package.json b/package.json index 6f33d94..83efac7 100644 --- a/package.json +++ b/package.json @@ -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": [