Adjust spacing on mascot

Signed-off-by: Ayane <ayane@vignetteapp.org>
This commit is contained in:
Ayane 2023-10-20 14:41:35 +08:00
parent 3ddd692f5d
commit 458d32bf78
No known key found for this signature in database
GPG key ID: C0847AF3A399E77B

View file

@ -24,7 +24,7 @@ export function animateMascot() {
mascotEl.style.position = "absolute";
mascotEl.style.right = "-500px";
mascotEl.style.top = counterButton.getClientRects()[0].bottom + scrollY -
430 + "px";
412 + "px";
mascotEl.classList.add("z-[-1]");
parentEl.appendChild(mascotEl);