Skip to content

Commit 7b20ae5

Browse files
authored
Merge pull request #85 from UNICKCHENG/main
Fix #77
2 parents 3d78a3f + 52a9a15 commit 7b20ae5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/_blocks.scss

+13
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,16 @@ a:hover > .bullet-container .bullet {
134134
opacity: 0.6 !important;
135135
transform: scale(0.9);
136136
}
137+
138+
// https://github.com/pengx17/logseq-dev-theme/issues/77
139+
// add space between content, time cost and scheduled date when references
140+
.block-ref a.fade-link::before, .block-ref a.fade-link::after,
141+
.block-ref .timestamp .opacity-80::before, .block-ref .timestamp .opacity-80::after {
142+
content: " ";
143+
}
144+
145+
.block-ref a.fade-link,
146+
.block-ref .timestamp-label,
147+
.block-ref .timestamp .opacity-80 {
148+
font-size: 75% !important;
149+
}

0 commit comments

Comments
 (0)