fix: Hot bug fix

This commit is contained in:
2025-06-15 20:38:48 +03:00
parent 481385c2f4
commit 32a7cb44d1
24 changed files with 900 additions and 250 deletions

View File

@ -132,7 +132,7 @@ export const PreviewMediaDialog = observer(
sx={{ width: "50%" }}
/>
<Box className="flex gap-4">
<Box className="flex gap-4 h-[40vh]">
<Paper
elevation={2}
sx={{
@ -142,7 +142,6 @@ export const PreviewMediaDialog = observer(
alignItems: "center",
justifyContent: "center",
}}
className="max-h-[40vh]"
>
<MediaViewer
media={{
@ -150,7 +149,6 @@ export const PreviewMediaDialog = observer(
media_type: media.media_type,
filename: media.filename,
}}
fullHeight
/>
</Paper>