Increase abuse report expand threshold
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
<script>
|
||||
window.api_endpoint = '{{.APIEndpoint}}';
|
||||
</script>
|
||||
<link rel='stylesheet' href='/res/svelte/user_file_manager.css'>
|
||||
<script defer src='/res/svelte/user_file_manager.js'></script>
|
||||
<link rel='stylesheet' href='/res/svelte/user_file_manager.css?v1'>
|
||||
<script defer src='/res/svelte/user_file_manager.js?v1'></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@@ -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"/>
|
||||
|
Reference in New Issue
Block a user