mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 14:44:53 +00:00
improve(pdf): open pdf viewer when click local pdf asset link
This commit is contained in:
@@ -305,6 +305,20 @@
|
||||
}
|
||||
}
|
||||
|
||||
.asset-ref {
|
||||
&.is-pdf {
|
||||
&:before {
|
||||
content: "[[📙";
|
||||
opacity: .4;
|
||||
}
|
||||
|
||||
&:after {
|
||||
content: "]]";
|
||||
opacity: .4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body[data-page] {
|
||||
#main-content-container {
|
||||
margin: 0 !important;
|
||||
|
||||
Reference in New Issue
Block a user