mirror of
https://github.com/Myxelium/RandomMemerBot.git
synced 2026-04-13 18:40: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
|
// Create a div for the icons and add it to the list item
|
||||||
const iconDiv = document.createElement('div');
|
const iconDiv = document.createElement('div');
|
||||||
|
iconDiv.className = 'd-flex';
|
||||||
li.appendChild(iconDiv);
|
li.appendChild(iconDiv);
|
||||||
|
|
||||||
// Create a div for the play icon and add it to the icon div
|
// Create a div for the play icon and add it to the icon div
|
||||||
|
|||||||
Reference in New Issue
Block a user