feat: starts to refactor timeline

This commit is contained in:
Simon Orzel
2025-07-16 23:31:51 +02:00
parent e7344d9120
commit 6ff4bcd093
3 changed files with 175 additions and 302 deletions
@@ -40,7 +40,7 @@ export function SnapIndicator({
return (
<div
className="absolute pointer-events-none z-[90]"
className="absolute pointer-events-none z-[90] ml-48"
style={{
left: `${leftPosition}px`,
top: 0,