diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index b672b2e..7fce527 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,8 +3,8 @@
-
-
+
+
@@ -51,7 +51,7 @@
1781169139290
-
+
@@ -85,7 +85,15 @@
1781259433444
-
+
+
+ 1781260304085
+
+
+
+ 1781260304085
+
+
@@ -99,7 +107,8 @@
-
+
+
diff --git a/src/lib/components/AttachmentPreview.svelte b/src/lib/components/AttachmentPreview.svelte
index e8ddec7..f9eb124 100644
--- a/src/lib/components/AttachmentPreview.svelte
+++ b/src/lib/components/AttachmentPreview.svelte
@@ -1,13 +1,14 @@
-{#if attachment.kind === "image"}
- {#if imageUrl}
-
+ {#if attachment.kind === "image"}
+ {#if imageUrl}
+
+ />
+ {/if}
+ {:else if previewError}
+
+ {previewError}
+
+ {:else}
+
{/if}
-{:else if previewError}
-
- {previewError}
-
-{:else}
-
-{/if}
+
diff --git a/src/lib/components/ProcessedZipArchiveEditor.svelte b/src/lib/components/ProcessedZipArchiveEditor.svelte
index 922b193..d8d4241 100644
--- a/src/lib/components/ProcessedZipArchiveEditor.svelte
+++ b/src/lib/components/ProcessedZipArchiveEditor.svelte
@@ -1,35 +1,35 @@