Fix #4525: Show mod report notices next to reported content.

This commit is contained in:
evazion
2021-01-15 19:54:21 -06:00
parent 37792bd5dd
commit b4530183f4
20 changed files with 153 additions and 57 deletions

View File

@@ -71,7 +71,7 @@
--forum-topic-status-rejected-color: hsla(0, 25%, 55%, 1);
--moderation-report-text-color: red;
--moderation-report-border: 2px solid red;
--moderation-report-background-color: var(--error-background-color);
--comment-sticky-background-color: var(--subnav-menu-background-color);
@@ -349,7 +349,7 @@ body[data-current-user-theme="dark"] {
--forum-topic-status-rejected-color: var(--red-3);
--moderation-report-text-color: var(--red-1);
--moderation-report-border: 2px solid var(--red-1);
--moderation-report-background-color: var(--red-0);
--jquery-ui-widget-content-text-color: var(--text-color);
--jquery-ui-widget-content-background: var(--grey-2);

View File

@@ -1,10 +1,3 @@
div.list-of-forum-posts {
div.moderation-forums-notice {
font-weight: bold;
color: var(--moderation-report-text-color);
}
}
div#c-forum-topics {
td.status-column {
white-space: nowrap;