improve(pdf): make highlight origin block ref linkable

This commit is contained in:
charlie
2021-07-28 11:06:28 +08:00
parent 363f93233b
commit 7d3271442e
3 changed files with 28 additions and 6 deletions

View File

@@ -333,9 +333,22 @@
-webkit-box-orient: vertical;
overflow: hidden;
&:before {
content: "📌 ";
}
&:before {}
}
}
}
}
.block-content {
&[data-type=annotation] {
a.prefix-link {
display: inline-flex;
align-items: center;
padding-right: 4px;
cursor: alias;
&:before {
content: "📔📌 ";
}
}
}