Skip to content

Commit

Permalink
fix(scheduled): add space between content, time cost and scheduled da…
Browse files Browse the repository at this point in the history
…te when references

Signed-off-by: zhicheng <hi@unickcheng.cc>
  • Loading branch information
UNICKCHENG committed Dec 14, 2022
1 parent 3d78a3f commit 52a9a15
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 52a9a15

Please sign in to comment.