1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +00:00

blog: fix disappearing

This commit is contained in:
RGBCube 2025-06-03 03:14:12 +03:00
parent f889ca595b
commit 70f94588c9
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -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())
}