fix(mod queue): show pending approval reasons directly

This commit is contained in:
Tommaso Casaburi
2026-06-03 18:53:11 +07:00
parent 248ee5b0d5
commit be2b774382
38 changed files with 46 additions and 36 deletions
+8
View File
@@ -653,6 +653,14 @@
font-weight: 700;
}
.pendingApprovalReason {
color: var(--post-mobile-abbr-text-color);
--post-link-text-color: var(--post-mobile-abbr-text-color);
--post-link-text-color-hover: var(--post-mobile-abbr-text-color);
--post-quotelink-text-color: var(--post-mobile-abbr-text-color);
--post-quotelink-text-color-hover: var(--post-mobile-abbr-text-color);
}
.failedPublishNotice {
display: block;
color: red;