Buttons on a line now

This commit is contained in:
2023-10-24 01:02:11 +02:00
committed by GitHub
parent 8fd3eeae03
commit e8b54b9168

View File

@@ -22,6 +22,7 @@ export function loadFiles() {
// Create a div for the icons and add it to the list item
const iconDiv = document.createElement('div');
iconDiv.className = 'd-flex';
li.appendChild(iconDiv);
// Create a div for the play icon and add it to the icon div
@@ -64,4 +65,4 @@ export function loadFiles() {
});
})
.catch(error => console.error('Error:', error));
}
}