Add user activity page

This commit is contained in:
2022-02-01 18:43:52 +01:00
parent 4985f8810b
commit 1de3bb49c5
9 changed files with 159 additions and 24 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: 500px; border-radius: 6px;"
style="border: none; width: 100%; height: 600px; border-radius: 16px;"
></iframe>
{/if}
</div>