From 48e6be19588b7145fb5472c8b7b468e9dbfd7c77 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 1 Jul 2021 11:15:09 +0200 Subject: fix #2 --- styles/keyframes.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'styles') diff --git a/styles/keyframes.css b/styles/keyframes.css index 3672421..e971476 100644 --- a/styles/keyframes.css +++ b/styles/keyframes.css @@ -71,6 +71,9 @@ transition-duration: 150ms; opacity: 0; } +#ghost.loop.placed { + --offset-x: -16px; +} .timeline:hover #ghost { opacity: 1; } -- cgit v1.2.3