Skip to content

Commit

Permalink
chore(release): 1.26.15 [skip ci]
Browse files Browse the repository at this point in the history
## [1.26.15](v1.26.14...v1.26.15) (2022-12-14)

### Bug Fixes

* **scheduled:** add space between content, time cost and scheduled date when references ([52a9a15](52a9a15))
  • Loading branch information
semantic-release-bot committed Dec 14, 2022
1 parent 7b20ae5 commit 6091c13
Show file tree
Hide file tree
Showing 4 changed files with 30 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.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)


Expand Down
11 changes: 11 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
11 changes: 11 additions & 0 deletions no_bullet_threading.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
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.26.14",
"version": "1.26.15",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit 6091c13

Please sign in to comment.