diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-25 18:41:15 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-25 18:41:15 +1100 |
| commit | 56abab8390a50b026433793befc67587c08d5a21 (patch) | |
| tree | 398a8d3d1cab60b13d6be5509f78df19388278fd /src/App.vue | |
| parent | 60db779891bee02dc209bd98d1bc409f043fa6ec (diff) | |
Tweak styling
Highlight current timeline when there are multiple
Make 'From Wikipedia' info-modal label grayer
make horizontal tick labels closer to mainline
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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 ========== |
