We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1889f commit bd73011Copy full SHA for bd73011
1 file changed
components/starry-backdrop.client.vue
@@ -26,7 +26,7 @@ onMounted(async () => {
26
.fill(0)
27
.map(() => ({
28
x: Math.random() * scaledWidth.value,
29
- y: Math.random() * scaledHeight.value,
+ y: Math.random() * scaledHeight.value + scaledHeight.value - 20,
30
size: Math.random() * 1.5 + 0.25,
31
speedY: (Math.random() * 0.25 + 0.05) * pixelRatio.value,
32
speedX: Math.random() * X_SPEED - X_SPEED / 2,
0 commit comments