update loket antrean

This commit is contained in:
Fanrouver
2026-01-19 15:48:16 +07:00
parent 81b877bb7f
commit c00c18e878

View File

@@ -486,11 +486,6 @@ const startAutoScroll = () => {
frameId: requestAnimationFrame(animate)
}
}, 150) // Delay untuk memastikan DOM dan layout sudah selesai render
// Start animation
tickerAnimations[loketData.id] = {
frameId: requestAnimationFrame(animate)
}
}
})
})
@@ -873,10 +868,10 @@ onUnmounted(() => {
}
.ticket-number {
font-size: 32px;
font-size: 22px;
font-weight: 800;
color: var(--color-primary-600, #3A61C9);
letter-spacing: 1.5px;
letter-spacing: 1px;
line-height: 1.1;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}