From 5890893a4c60af290843601252caf890360d29cf Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 17 May 2021 10:45:08 +0200 Subject: timeline labels --- styles/editor.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'styles') diff --git a/styles/editor.css b/styles/editor.css index 4b1e006..d1a6256 100644 --- a/styles/editor.css +++ b/styles/editor.css @@ -100,6 +100,7 @@ grid-column: 2; grid-row: 3; background-color: var(--c100); + overflow: hidden; } .appGrid .viewer { @@ -158,6 +159,7 @@ .appGrid .timeline .keyframes { height: 100%; + width: calc(var(--zoom) * var(--total-frames) * 1px); } .appGrid .timeline .keyframes .frame { @@ -223,3 +225,8 @@ .timeline .scrubber .head { fill: var(--blue); } .timeline .scrubber .needle { background-color: var(--blue); } +.timeline .labels .label { + transform: translate(-50%, -100%); + color: var(--c700); +} + -- cgit v1.2.3