mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 20:47:46 +00:00
blog: fix disappearing
This commit is contained in:
parent
f889ca595b
commit
70f94588c9
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ Blog Articles
|
|||
for (const strip of strips) {
|
||||
context.font = `${strip.size}px sans`;
|
||||
|
||||
if (strip.y > canvas.height + (strip.size * 30)) {
|
||||
if (strip.y > canvas.height + (strip.size * 40)) {
|
||||
Object.assign(strip, randomStrip())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue