mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 14:44:53 +00:00
improve(pdf): make highlight origin block ref linkable
This commit is contained in:
@@ -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: "📔📌 ";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user