Fix #4525: Show mod report notices next to reported content.
This commit is contained in:
@@ -6,7 +6,7 @@ article.comment {
|
||||
}
|
||||
|
||||
&[data-is-reported="true"] {
|
||||
border: var(--moderation-report-border);
|
||||
background-color: var(--moderation-report-background-color);
|
||||
}
|
||||
|
||||
&[data-is-voted="true"] {
|
||||
@@ -28,4 +28,9 @@ article.comment {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.moderation-report-notice {
|
||||
font-weight: bold;
|
||||
color: var(--moderation-report-text-color);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user