mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 14:44:53 +00:00
feat: support PDFs outside assets
For example,  should be opened by the pdf viewer and allows highlights.
This commit is contained in:
@@ -14,36 +14,6 @@
|
||||
|
||||
.extensions__pdf {
|
||||
|
||||
&-assets-uploader {
|
||||
margin-top: -15px;
|
||||
padding-bottom: 15px;
|
||||
|
||||
.ui__button {
|
||||
font-size: 12px;
|
||||
margin-right: 5px;
|
||||
padding: 2px 8px;
|
||||
|
||||
&.is-link {
|
||||
background-color: transparent;
|
||||
padding: 2px 8px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
color: var(--ls-primary-text-color);
|
||||
|
||||
&:hover {
|
||||
svg {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
svg {
|
||||
transform: scale(.75);
|
||||
opacity: .7;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-container {
|
||||
display: flex;
|
||||
}
|
||||
@@ -548,7 +518,7 @@
|
||||
cursor: alias;
|
||||
|
||||
&:before {
|
||||
content: "📔📌 ";
|
||||
content: "📌 ";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user