amalia/24-nov-25 #35

Merged
amaliadwiy merged 5 commits from amalia/24-nov-25 into main 2025-11-24 17:41:23 +08:00
Showing only changes of commit 4c047324bc - Show all commits

View File

@@ -64,7 +64,7 @@ export default function ModalFile({ open, onClose, folder, fileName }: { open: b
{viewFile && (
<>
{typeFile == "pdf" ? (
<embed src={viewFile} type="application/pdf" width="100%" height="100%" />
<embed src={viewFile} type="application/pdf" width="100%" height="950" />
) : (
<Image
radius="md"