You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Desktop: Add support for media players (video, audio and PDF)
This commit is contained in:
@@ -333,6 +333,15 @@ export default function(theme: any) {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.media-player {
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.media-player.media-pdf {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
/* Clear the CODE style if the element is within a joplin-editable block */
|
||||
.mce-content-body .joplin-editable code {
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user