aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-05-21 18:44:27 +0200
committerlonkaars <loek@pipeframe.xyz>2021-05-21 18:44:27 +0200
commit38b02c287922868f64076877b8801552326f2103 (patch)
tree370e1eeb52741f9f9bf71e77d5f3ef64dbf9c3f4 /styles
parentc3258f43f230be87d103cfa1c6720fc0b858fa40 (diff)
show frame 0 on timeline
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 {