You can report a single post by clicking the correct icon in the controler section Workflow: * Report a post as offensive * Trigger alerts to every pod-admin * Pod-admin can review it in the admin interface * Delete the post or mark it as reviewed
16 lines
196 B
SCSS
16 lines
196 B
SCSS
#post_report {
|
|
padding-top: 2em;
|
|
span {
|
|
display: block;
|
|
}
|
|
.content {
|
|
float: left;
|
|
}
|
|
.options {
|
|
float: right;
|
|
}
|
|
.clear {
|
|
clear: both;
|
|
padding-bottom: 1em;
|
|
}
|
|
}
|