Change min size
This commit is contained in:
parent
47f41583a7
commit
7be1ece6d6
1 changed files with 1 additions and 1 deletions
|
|
@ -1453,7 +1453,7 @@ function equalizeCellSizes() {
|
|||
}
|
||||
|
||||
const gap = 4; // From CSS: .bingo-board { gap: 4px; }
|
||||
const minCellSize = 100; // Minimum width/height for a cell
|
||||
const minCellSize = 150; // Minimum width/height for a cell
|
||||
let maxWidthNeeded = 0;
|
||||
let maxHeightNeeded = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue