Small fixes

This commit is contained in:
2021-07-06 20:08:51 +02:00
parent 3fd84f2b74
commit a208c8bc61
5 changed files with 18 additions and 9 deletions

View File

@@ -77,7 +77,7 @@ let set_status = async (action, report_type) => {
<iframe
title="File preview"
src="/u/{report.file.id}?embed"
style="border: none; width: 100%; height: 400px; border-radius: 6px;"
style="border: none; width: 100%; height: 500px; border-radius: 6px;"
></iframe>
{/if}
</div>