feat(user): Report profiles
This adds a simple email-based mechanism to report profiles for abuse. An email with text from the report is sent to Free Code Camp's support account with the reporter's account in copy. This also adds the reporter's details to the report for follow ups.
This commit is contained in:
@@ -1145,7 +1145,7 @@ and (max-width : 400px) {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
// Reset/Delete Account Modal Styles
|
||||
// Account Modal Styles
|
||||
.modal-dialog {
|
||||
margin: 80px;
|
||||
|
||||
@@ -1184,6 +1184,14 @@ and (max-width : 400px) {
|
||||
background-color: #208e36;
|
||||
border-color: darkgreen;
|
||||
}
|
||||
|
||||
.modal-textarea {
|
||||
width: 100%;
|
||||
max-width: 590px;
|
||||
border: 2px solid #ccc;
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user