Updated the UI of the application

This commit is contained in:
2025-05-26 20:25:27 +03:00
parent 8ba9448beb
commit dc40f4ebe4
10 changed files with 220 additions and 71 deletions

View File

@@ -0,0 +1,3 @@
.upload-box.dragover {
border-color: #3b82f6;
}

View File

@@ -0,0 +1,3 @@
window.triggerInputClick = function (id) {
document.getElementById(id)?.click();
};