basic support for audio/video preview in file notes (no seeking)

This commit is contained in:
zadam
2021-02-13 23:20:22 +01:00
parent 3dbd80d5a6
commit 3cc93157bf
3 changed files with 26 additions and 6 deletions

View File

@@ -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(' &nbsp; ')
.append($openButton)
);