forked from rDrama/rDrama
1
0
Fork 0

margin improvement

master
Aevann 2023-08-07 15:49:57 +03:00
parent a29191c517
commit f43d9901a9
1 changed files with 2 additions and 0 deletions

View File

@ -533,6 +533,8 @@ if (file_upload) {
fileReader.onload = function () {
document.getElementById('image-preview').setAttribute('src', this.result);
document.getElementById('image-preview').classList.remove('d-none');
document.getElementById('image-preview').classList.add('mr-2');
document.getElementById('image-preview').nextElementSibling.classList.add('mt-3');
};
break;
}