diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index d2646d0..13fcb0a 100644 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -415,3 +415,7 @@ h6:hover .header-anchor { table.table > tbody > tr.reports-row > td { vertical-align: middle; } + +td.report-action-column { + min-width: 150px; +} diff --git a/nyaa/templates/reports.html b/nyaa/templates/reports.html index 77ffe2e..943abb7 100644 --- a/nyaa/templates/reports.html +++ b/nyaa/templates/reports.html @@ -2,7 +2,7 @@ {% block title %}Reports :: {{ config.SITE_NAME }}{% endblock %} {% block body %} {% from "_formhelpers.html" import render_field %} -
+
@@ -37,7 +37,7 @@ -
{{ report.reason }} {{ report.created_time }} +
{{ report_action.csrf_token }} {{ report_action.torrent(value=report.torrent.id) }}