mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 14:44:53 +00:00
improve(pdf): open block highlight ref in viewer
This commit is contained in:
@@ -319,6 +319,23 @@
|
||||
}
|
||||
}
|
||||
|
||||
.block-ref {
|
||||
&-wrap {
|
||||
&[data-type=annotation] {
|
||||
.block-ref {
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 3;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
|
||||
&:before {
|
||||
content: "📌 ";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body[data-page] {
|
||||
#main-content-container {
|
||||
margin: 0 !important;
|
||||
|
||||
Reference in New Issue
Block a user