Increase abuse report expand threshold

This commit is contained in:
2021-08-09 17:10:10 +02:00
parent e1da72c88a
commit d76b26b6d0
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ let set_status = async (action, report_type) => {
}
</script>
<Expandable bind:this={expandable} expanded={report.status === "pending" && report.reports.length > 1}>
<Expandable bind:this={expandable} expanded={report.status === "pending" && report.reports.length > 2}>
<div slot="header" class="header" on:click={expandable.toggle}>
<div class="icon_cell">
<img class="file_icon" src={"/api/file/"+report.file.id+"/thumbnail"} alt="File thumbnail"/>