feat(post): show loading state info

This commit is contained in:
Tom (plebeius.eth)
2024-07-22 12:29:32 +02:00
parent 6430607363
commit 7ff8af7fcd
3 changed files with 19 additions and 27 deletions
-10
View File
@@ -519,8 +519,6 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: calc(100vw - 28px);
width: 100vw;
}
@media (max-width: 640px) {
@@ -544,10 +542,6 @@
.authorAvatar {
vertical-align: middle;
}
.stateString {
padding-left: 5px;
}
}
@media (min-width: 640px) {
@@ -568,8 +562,4 @@
.replyMobile {
display: none;
}
.stateString {
padding-top: 10px;
}
}