fix: status media display (#421)
This commit is contained in:
parent
5abf730ed6
commit
343e461e2c
4 changed files with 36 additions and 12 deletions
|
@ -3,7 +3,7 @@ import type { Status } from 'masto'
|
|||
|
||||
const { status } = defineProps<{
|
||||
status: Status
|
||||
minimized?: boolean
|
||||
fullSize?: boolean
|
||||
}>()
|
||||
</script>
|
||||
|
||||
|
@ -13,7 +13,7 @@ const { status } = defineProps<{
|
|||
<StatusAttachment
|
||||
:attachment="attachment"
|
||||
:attachments="status.mediaAttachments"
|
||||
:class="{ 'max-h-72': minimized }"
|
||||
:full-size="fullSize"
|
||||
w-full
|
||||
h-full
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue