@@ -44,7 +44,7 @@ function ratRecipes(allRecipes: readonly RecipeFull[]): Set<string>[] {
catalogued: false,
};
});
-
+
const cols: Set<string>[] = [new Set(), new Set(), new Set()];
const seenInputs = new Set<string>();
recipes[0].inputs.forEach((input, index) => {
@@ -268,6 +268,9 @@ main.production {
}
main.rat {
+ width: auto;
+ max-width: 500px;
#cols {
display: flex;
justify-content: space-evenly;