mirror of
https://github.com/Myxelium/RandomMemerBot.git
synced 2026-04-13 10:30:36 +00:00
Buttons on a line now
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user