Skip to content

Commit ce8bb62

Browse files
おんJ民おんJ民
authored andcommitted
fix
1 parent 35e02f1 commit ce8bb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
297297
const height = isMobile
298298
? Math.floor((globalThis.innerWidth * 0.9) / 48) * 48
299-
: 480;
299+
: 384; // 48と64の最小公倍数 * 2
300300
let width = $state(height);
301301
let initTimestamp = $state(0);
302302
$effect(() => {

0 commit comments

Comments
 (0)