Make preview slightly wider for firefox

This commit is contained in:
Skylar Grant 2026-07-30 11:35:34 -04:00
parent 7297d71d42
commit 74191a8dd3

View File

@ -223,7 +223,7 @@
<!-- (Hidden) PDF Viewer -->
<div class="flex flex-col space-y-6 w-full max-w-md" id="pdfViewerContainer" style="display:none">
<div class="rounded-md">
<iframe id="pdfViewer" src="" width="400px" height="500px"
<iframe id="pdfViewer" src="" width="450px" height="500px"
class="rounded-md"></iframe>
</div>
</div>