diff --git a/src/app.css b/src/app.css index 92cc9957..60b5268c 100644 --- a/src/app.css +++ b/src/app.css @@ -2116,6 +2116,13 @@ ul.link-list li a .icon { transparent ); align-items: center; + transition: opacity 0.3s ease-out; + + &.loading, + .loading > & { + pointer-events: none; + opacity: 0.5; + } } .filter-bar.centered { justify-content: center; diff --git a/src/components/timeline.jsx b/src/components/timeline.jsx index 8ec6cd95..0f812a6d 100644 --- a/src/components/timeline.jsx +++ b/src/components/timeline.jsx @@ -334,7 +334,13 @@ function Timeline({ )} - {!!timelineStart &&
{timelineStart}
} + {!!timelineStart && ( +
+ {timelineStart} +
+ )} {!!items.length ? ( <>