2
0

4 Коммиты 5a80a53ba3 ... 1c2398ae85

Автор SHA1 Сообщение Дата
  raylu 1c2398ae85 rat: show FRM/HYF 2 дней назад
  raylu e68a561bb2 RAT 2 дней назад
  raylu 5a80a53ba3 rat: show FRM/HYF 2 дней назад
  raylu 25be33aeeb RAT 2 дней назад
2 измененных файлов с 4 добавлено и 1 удалено
  1. 1 1
      ts/rat.ts
  2. 3 0
      www/style.css

+ 1 - 1
ts/rat.ts

@@ -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) => {

+ 3 - 0
www/style.css

@@ -268,6 +268,9 @@ main.production {
 }
 
 main.rat {
+	width: auto;
+	max-width: 500px;
+
 	#cols {
 		display: flex;
 		justify-content: space-evenly;