mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 14:44:53 +00:00
fix: sometimes pdf links can't be opened
This commit is contained in:
@@ -504,13 +504,13 @@
|
||||
&.is-pdf {
|
||||
&:before {
|
||||
content: "[[📚";
|
||||
opacity: .4;
|
||||
opacity: .7;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
&:after {
|
||||
content: "]]";
|
||||
opacity: .4;
|
||||
opacity: .7;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user