From 1d8b6433aedc79db1fd862b3fe185557af84ec80 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Wed, 12 Oct 2022 09:54:58 -0700 Subject: [PATCH] Improve mobile cursor further --- src/components/Timeline.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index 0a95d99e..7c685c92 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -86,7 +86,7 @@
{{ timelineHoverCursorText }}
-
+
.text { display: none; } > .icon { display: block; } } @@ -1543,7 +1545,7 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) { > .icon { display: none; - transform: translateX(-5px); + transform: translate(-4px, 2px); } } }