add ellipsis animation for loading state strings

This commit is contained in:
Tom
2023-05-16 12:40:29 +02:00
parent a122e6d15d
commit 2e2e0c1eb8
6 changed files with 57 additions and 7 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ const Catalog = () => {
</>
) : (
<div id="stats" style={{float: "right", marginTop: "5px"}}>
<span>{stateString}</span>
<span className={stateString ? "ellipsis" : ""}>{stateString}</span>
</div>
)}
<div id="return-button-mobile">