improve(pdf): default inline of pdf reference link

This commit is contained in:
charlie
2021-07-30 11:52:31 +08:00
parent 0284d697c8
commit 8b101f0a53
3 changed files with 21 additions and 12 deletions

View File

@@ -171,6 +171,15 @@
}
}
.asset-ref {
&-wrap {
&[data-ext=pdf] {
display: inline-flex;
align-items: center;
}
}
}
.embed-page {
@apply py-2 my-2 px-2;