diff options
author | crupest <crupest@outlook.com> | 2021-02-14 17:35:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-02-14 17:35:34 +0800 |
commit | 3b7e48a5397aa7876e0ef0366d0125702a7fa83f (patch) | |
tree | 323f465955d993f166a11ec4ce0edf548019e073 /FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx | |
parent | fe7587f44296b88c08927d2eae8fda3f375eaa8c (diff) | |
download | timeline-3b7e48a5397aa7876e0ef0366d0125702a7fa83f.tar.gz timeline-3b7e48a5397aa7876e0ef0366d0125702a7fa83f.tar.bz2 timeline-3b7e48a5397aa7876e0ef0366d0125702a7fa83f.zip |
feat: Timeline top is back.
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx')
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx index 7fcf2d52..7319d84d 100644 --- a/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx +++ b/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx @@ -136,6 +136,7 @@ export default function TimelinePageTemplateUI<TManageItems>( }} > <Timeline + top={40} timelineName={timeline.name} reloadKey={timelineReloadKey} onReload={reloadTimeline} |