Skip to content

Commit

Permalink
Merge pull request #85 from UNICKCHENG/main
Browse files Browse the repository at this point in the history
Fix #77
  • Loading branch information
pengx17 authored Dec 14, 2022
2 parents 3d78a3f + 52a9a15 commit 7b20ae5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,16 @@ a:hover > .bullet-container .bullet {
opacity: 0.6 !important;
transform: scale(0.9);
}

// https://github.com/pengx17/logseq-dev-theme/issues/77
// add space between content, time cost and scheduled date when references
.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;
}

0 comments on commit 7b20ae5

Please sign in to comment.