feat(post): add pending approval label

This commit is contained in:
plebeius
2026-01-08 17:09:35 +01:00
parent 99596d3a54
commit 402313107c
2 changed files with 14 additions and 3 deletions
+5
View File
@@ -517,6 +517,11 @@
color: red;
}
.pendingApproval {
color: red;
font-weight: 700;
}
.grayEditMessage {
color: var(--post-mobile-abbr-text-color);
}