restyle test

This commit is contained in:
javl
2026-08-14 16:13:15 +02:00
parent 1781aac67f
commit b5bc6c3774
4 changed files with 1145 additions and 121 deletions
+1 -2
View File
@@ -808,9 +808,8 @@ function handleImageSelection(evt) {
};
const fn = document.createElement('span');
fn.className = 'file-info';
fn.className = 'file-info file-name';
fn.innerHTML = `${file.name} (file resolution: ${img.width} x ${img.height})`;
fn.innerHTML += '<br />';
const rb = document.createElement('button');
rb.className = 'remove-button';