mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-15 12:17:28 +08:00
fixed erroneously wide trophy select
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user