aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-06-13 13:31:55 +0200
committerlonkaars <loek@pipeframe.xyz>2021-06-13 13:31:55 +0200
commit421b3191fd692ef01fbc4356132f9745ef087700 (patch)
tree0620c0320258a7a6bbcf828c3c8dfba070909523 /styles
parenteee30e2556e555affbd0f3034b4b2089352cea7c (diff)
selection in timeline working sorta
Diffstat (limited to 'styles')
-rw-r--r--styles/editor.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/styles/editor.css b/styles/editor.css
index a333a56..fc56488 100644
--- a/styles/editor.css
+++ b/styles/editor.css
@@ -169,6 +169,10 @@
width: calc(var(--zoom) * var(--total-frames) * 1px);
}
+.appGrid .timeline .keyframes .selectionarea {
+ width: calc(var(--zoom) * var(--total-frames) * 1px);
+}
+
.appGrid .timeline .ghostArea {
pointer-events: none;
line-height: 0;