You've already forked joplin
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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user