diff --git a/apps/frontend/src/app/components/admin-reports/admin-reports.component.ts b/apps/frontend/src/app/components/admin-reports/admin-reports.component.ts index 73ca422..65d21a4 100644 --- a/apps/frontend/src/app/components/admin-reports/admin-reports.component.ts +++ b/apps/frontend/src/app/components/admin-reports/admin-reports.component.ts @@ -598,6 +598,201 @@ import { ProfileReportWithUsers, CommentReportWithDetails, ReportStatus, ReportR } + + + @if (editingProfile()) { +
+ } `, styles: [` @@ -1137,6 +1332,29 @@ import { ProfileReportWithUsers, CommentReportWithDetails, ReportStatus, ReportR font-size: 0.95rem; } + .form-help { + font-size: 0.85rem; + color: var(--witch-mauve); + font-style: italic; + } + + .form-section { + margin-bottom: 1.5rem; + padding-bottom: 1.5rem; + border-bottom: 1px solid var(--witch-lavender); + } + + .form-section:last-of-type { + border-bottom: none; + padding-bottom: 0; + } + + .form-section h3 { + color: var(--witch-purple); + margin-bottom: 1rem; + font-size: 1.1rem; + } + .form-control { padding: 0.75rem; border: 2px solid var(--witch-lavender); @@ -1256,6 +1474,7 @@ export class AdminReportsComponent implements OnInit { reviewingProfileReport = signal