From 56abab8390a50b026433793befc67587c08d5a21 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Wed, 25 Jan 2023 18:41:15 +1100 Subject: Tweak styling Highlight current timeline when there are multiple Make 'From Wikipedia' info-modal label grayer make horizontal tick labels closer to mainline --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index 186bf40..f807836 100644 --- a/src/App.vue +++ b/src/App.vue @@ -370,7 +370,7 @@ function onEventDisplay( timelineTimeouts.set(timelineId, window.setTimeout(async () => { timelineTimeouts.delete(timelineId); handleOnEventDisplay(timelineId, eventIds, firstDate, lastDate, scaleIdx); - }, 100)); + }, 150)); } // ========== For info modal ========== -- cgit v1.2.3