style(news): improved news styles

This commit is contained in:
SethBurkart123
2024-11-29 14:38:41 +11:00
parent 547caabc45
commit 430f158957
2 changed files with 43 additions and 32 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ export function OpenWhatsNewPopup() {
let video = document.createElement('video')
let source = document.createElement('source')
// Perhaps we host this on a server and then grab it instead of having it locally?
source.setAttribute('src', 'https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/update-video.mp4')
video.autoplay = true
video.muted = true