aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-23 12:55:58 +0800
committercrupest <crupest@outlook.com>2021-06-23 12:55:58 +0800
commit69ae64e11129b97c48115a3456138a588e0375a4 (patch)
tree4f382ef41194b6db09a285dbc1382979fca4f804 /FrontEnd/src
parent85119a1dee1e75f1f894c267085f235ac3102c0e (diff)
downloadtimeline-69ae64e11129b97c48115a3456138a588e0375a4.tar.gz
timeline-69ae64e11129b97c48115a3456138a588e0375a4.tar.bz2
timeline-69ae64e11129b97c48115a3456138a588e0375a4.zip
...
Diffstat (limited to 'FrontEnd/src')
-rw-r--r--FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx2
-rw-r--r--FrontEnd/src/views/timeline-common/index.css12
2 files changed, 7 insertions, 7 deletions
diff --git a/FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx b/FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx
index 4a56346a..6f032eae 100644
--- a/FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx
+++ b/FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx
@@ -75,7 +75,7 @@ const TimelinePageTemplate: React.FC<TimelinePageTemplateProps> = (props) => {
connectionStatus={connectionStatus}
/>
) : null}
- <Container className="px-0">
+ <Container>
<Timeline
timelineName={timelineName}
reloadKey={reloadKey}
diff --git a/FrontEnd/src/views/timeline-common/index.css b/FrontEnd/src/views/timeline-common/index.css
index 8927a96f..e27e4541 100644
--- a/FrontEnd/src/views/timeline-common/index.css
+++ b/FrontEnd/src/views/timeline-common/index.css
@@ -1,3 +1,9 @@
+@keyframes timeline-enter {
+ from {
+ transform: translate(0, -100%);
+ }
+}
+
.timeline {
z-index: 0;
position: relative;
@@ -33,12 +39,6 @@
}
}
-@keyframes timeline-enter {
- from {
- transform: translate(0, -100vh);
- }
-}
-
@keyframes timeline-top-loading-enter {
from {
transform: translate(0, -100%);