diff --git a/src/lib/components/common/PDFViewer.svelte b/src/lib/components/common/PDFViewer.svelte
index e7a25f308..dba72fd4e 100644
--- a/src/lib/components/common/PDFViewer.svelte
+++ b/src/lib/components/common/PDFViewer.svelte
@@ -1,12 +1,8 @@
-
-
- {#if loading}
-
-
-
- {/if}
+
+
+
+ {#if loading}
+
+
+
+ {/if}
- {#if error}
-
- {error}
-
- {/if}
+ {#if error}
+
+ {error}
+
+ {/if}
+
{#if !loading && !error && pdfDoc}
-
-
-
+
+
+
+
+ {Math.round(zoomLevel * 100)}%
+
+
+
+
{/if}