mirror of
https://github.com/javl/image2cpp.git
synced 2026-09-11 09:03:04 +00:00
restyle test
This commit is contained in:
+1
-2
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user