fixed erroneously wide trophy select

This commit is contained in:
daydensteve
2024-11-03 19:27:20 -05:00
parent c8186ccef0
commit 3a44b18d91
2 changed files with 3 additions and 3 deletions

View File

@@ -269,7 +269,7 @@ function resizePage() {
// Dont put fewer than 4 per row
numPerRow = Math.max(numPerRow, 4);
// Dont populate more than 6 rows
// Dont populate more than 8 rows
numPerRow = Math.max(numPerRow, Math.ceil(accessories[type][total_items] / 8));
// update the locations of the <br>