aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/editor.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/editor.css b/styles/editor.css
index c861ee0..1283c31 100644
--- a/styles/editor.css
+++ b/styles/editor.css
@@ -169,7 +169,7 @@
display: inline-block;
border-radius: 2px 2px 0 0;
overflow: visible;
- left: calc(var(--zoom) * (var(--frame) - 1) * 1px);
+ left: calc(var(--zoom) * (var(--frame)) * 1px);
}
.appGrid .timeline .keyframes .frame:nth-child(30n) .line {
@@ -211,7 +211,7 @@
overflow: visible;
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
z-index: 999999999;
- left: calc((var(--zoom) * (var(--frame) - 0.5)) * 1px - 1px)
+ left: calc((var(--zoom) * (var(--frame) + 0.5)) * 1px - 1px)
}
.timeline .frameOverlay {