fix: Hot bug fix
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user