mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
basic support for audio/video preview in file notes (no seeking)
This commit is contained in:
@@ -59,9 +59,8 @@ async function getRenderedContent(note, options = {}) {
|
||||
}
|
||||
|
||||
$content.append(
|
||||
$("<div>")
|
||||
$('<div style="display: flex; justify-content: space-evenly; margin-top: 5px;">')
|
||||
.append($downloadButton)
|
||||
.append(' ')
|
||||
.append($openButton)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user