|
@@ -38,7 +38,7 @@ const onColorChange = () => {
|
|
li.appendChild(img)
|
|
li.appendChild(img)
|
|
li.appendChild(document.createTextNode(name));
|
|
li.appendChild(document.createTextNode(name));
|
|
li.appendChild(tile)
|
|
li.appendChild(tile)
|
|
- li.setAttribute("style", "display: flex; flex-flow: row nowrap; justify-content: space-between; min-width: 100px")
|
|
|
|
|
|
+ li.setAttribute("style", "display: flex; flex-flow: row nowrap; justify-content: space-between; width: 320px")
|
|
bestList.appendChild(li);
|
|
bestList.appendChild(li);
|
|
});
|
|
});
|
|
};
|
|
};
|