diff --git a/CHANGELOG.md b/CHANGELOG.md index a175160..f3c0965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.26.15](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.14...v1.26.15) (2022-12-14) + + +### Bug Fixes + +* **scheduled:** add space between content, time cost and scheduled date when references ([52a9a15](https://github.com/pengx17/logseq-dev-theme/commit/52a9a15e9085664788a219822a58b64956f9c857)) + ## [1.26.14](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.13...v1.26.14) (2022-12-14) diff --git a/custom.css b/custom.css index 67f402a..26eafd4 100644 --- a/custom.css +++ b/custom.css @@ -643,6 +643,17 @@ a:hover > .bullet-container .bullet { transform: scale(0.9); } +.block-ref a.fade-link::before, .block-ref a.fade-link::after, +.block-ref .timestamp .opacity-80::before, .block-ref .timestamp .opacity-80::after { + content: " "; +} + +.block-ref a.fade-link, +.block-ref .timestamp-label, +.block-ref .timestamp .opacity-80 { + font-size: 75% !important; +} + /* embed */ .embed, .embed-page, diff --git a/no_bullet_threading.css b/no_bullet_threading.css index 8542790..29a33cc 100644 --- a/no_bullet_threading.css +++ b/no_bullet_threading.css @@ -500,6 +500,17 @@ a:hover > .bullet-container .bullet { transform: scale(0.9); } +.block-ref a.fade-link::before, .block-ref a.fade-link::after, +.block-ref .timestamp .opacity-80::before, .block-ref .timestamp .opacity-80::after { + content: " "; +} + +.block-ref a.fade-link, +.block-ref .timestamp-label, +.block-ref .timestamp .opacity-80 { + font-size: 75% !important; +} + /* embed */ .embed, .embed-page, diff --git a/package.json b/package.json index 9304965..df51c28 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "logseq-dev-theme", "author": "pengx17", - "version": "1.26.14", + "version": "1.26.15", "description": "A custom theme for dev", "logseq": { "themes": [