Skip to content

Commit 6091c13

Browse files
chore(release): 1.26.15 [skip ci]
## [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))
1 parent 7b20ae5 commit 6091c13

File tree

4 files changed

+30
-1
lines changed

4 files changed

+30
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.26.15](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.14...v1.26.15) (2022-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **scheduled:** add space between content, time cost and scheduled date when references ([52a9a15](https://github.com/pengx17/logseq-dev-theme/commit/52a9a15e9085664788a219822a58b64956f9c857))
7+
18
## [1.26.14](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.13...v1.26.14) (2022-12-14)
29

310

custom.css

+11
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,17 @@ a:hover > .bullet-container .bullet {
643643
transform: scale(0.9);
644644
}
645645

646+
.block-ref a.fade-link::before, .block-ref a.fade-link::after,
647+
.block-ref .timestamp .opacity-80::before, .block-ref .timestamp .opacity-80::after {
648+
content: " ";
649+
}
650+
651+
.block-ref a.fade-link,
652+
.block-ref .timestamp-label,
653+
.block-ref .timestamp .opacity-80 {
654+
font-size: 75% !important;
655+
}
656+
646657
/* embed */
647658
.embed,
648659
.embed-page,

no_bullet_threading.css

+11
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,17 @@ a:hover > .bullet-container .bullet {
500500
transform: scale(0.9);
501501
}
502502

503+
.block-ref a.fade-link::before, .block-ref a.fade-link::after,
504+
.block-ref .timestamp .opacity-80::before, .block-ref .timestamp .opacity-80::after {
505+
content: " ";
506+
}
507+
508+
.block-ref a.fade-link,
509+
.block-ref .timestamp-label,
510+
.block-ref .timestamp .opacity-80 {
511+
font-size: 75% !important;
512+
}
513+
503514
/* embed */
504515
.embed,
505516
.embed-page,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logseq-dev-theme",
33
"author": "pengx17",
4-
"version": "1.26.14",
4+
"version": "1.26.15",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)