From 3f1f80a5dc1dfe8b372a4d91673f637fbd461a14 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 15 Aug 2022 23:15:27 +0000 Subject: [PATCH] Reduce cursor height --- src/Timeline.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Timeline.vue b/src/Timeline.vue index 757c3bf3..d976f324 100644 --- a/src/Timeline.vue +++ b/src/Timeline.vue @@ -447,7 +447,7 @@ export default { position: absolute; pointer-events: none; right: 5px; - height: 3px; + height: 2px; background-color: var(--color-primary); border-radius: 4px; width: 100%;