fix loading state indicator sytling in p/all

This commit is contained in:
plebeius.eth
2023-09-11 12:29:22 +02:00
parent 92564b4bc6
commit afb2e3fffc
3 changed files with 68 additions and 4 deletions
+6 -3
View File
@@ -666,9 +666,12 @@ const All = () => {
{subplebbits.state === "succeeded" ? (
null
) : (
<div id="stats" style={{float: "right", marginTop: "5px"}}>
<span className={stateString ? "ellipsis" : ""}>{stateString}</span>
</div>
<div className="stats-all-container">
<span id="stats-all">
{stateString}
</span>
<span className={stateString ? "ellipsis-all" : ""} />
</div>
)}
<div id="catalog-button-mobile">
<span className="btn-wrap">