Enhance video modal: increase size and add download functionality

This commit is contained in:
2025-12-28 11:13:53 +11:00
parent 4eb2b45cbe
commit 03ce5f1e9b
3 changed files with 77 additions and 4 deletions

View File

@@ -251,6 +251,7 @@
<div id="video-progress-fill" class="video-progress-fill"></div>
</div>
<span id="video-time">0.0s</span>
<button id="video-download-btn" onclick="downloadVideo()" style="background: var(--color-accent-success); margin-left: 0.5rem;">⬇ Download</button>
</div>
</div>
</div>