aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/keyframes.css3
1 files changed, 3 insertions, 0 deletions
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;
}