Browse Source

Everybody's a critic

Kirk Trombley 3 years ago
parent
commit
6ec5f8979c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nearest.js

+ 1 - 1
nearest.js

@@ -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);
     });
     });
 };
 };