1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Desktop: New Embedded Pdf Viewer (#6681)

This commit is contained in:
asrient
2022-08-04 14:42:22 +05:30
committed by GitHub
parent 0191de8bb4
commit 6ea40c9895
32 changed files with 2133 additions and 37 deletions

View File

@ -375,7 +375,12 @@ export default function(theme: any, options: Options = null) {
}
.media-player.media-pdf {
min-height: 100vh;
min-height: 35rem;
width: 100%;
max-width: 1000px;
margin: 0;
border: 0;
display: block;
}
/* Clear the CODE style if the element is within a joplin-editable block */