temp fixes

This commit is contained in:
Ryan
2025-03-04 14:30:35 -05:00
committed by GitHub
parent 25b70de1a3
commit f8080daaaf
3 changed files with 4 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ document.addEventListener("DOMContentLoaded", function () {
const fileNameDiv = document.createElement("div");
fileNameDiv.textContent = file.name;
fileNameDiv.style.flexGrow = "1";
fileNameDiv.style.marginLeft = "10px";
fileNameDiv.style.marginLeft = "5px";
fileNameDiv.style.wordBreak = "break-word";
const progressDiv = document.createElement("div");