feat(post): add 'loading comments' indicator

This commit is contained in:
Tom (plebeius.eth)
2024-07-12 10:40:02 +02:00
parent 15462f14ed
commit a6a551a25f
39 changed files with 168 additions and 38 deletions
+10
View File
@@ -185,6 +185,11 @@
color: var(--post-mobile-abbr-text-color);
}
.loadingString {
display: block;
color: var(--post-mobile-abbr-text-color);
}
.postDesktop .summary .omittedRepliesButtonWrapper {
position: absolute;
top: 8px;
@@ -511,6 +516,11 @@
.replyDesktop {
display: none;
}
.loadingString {
margin-top: 10px;
margin-left: 5px;
}
}
@media (min-width: 640px) {