improve(pdf): open block highlight ref in viewer

This commit is contained in:
charlie
2021-07-27 13:00:13 +08:00
parent 876277acee
commit 0a7f514473
5 changed files with 67 additions and 11 deletions

View File

@@ -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;