style: add space between media attachment and preview card (#441)

This commit is contained in:
Ayo Ayco 2022-12-16 09:22:06 +01:00 committed by GitHub
parent 515b660446
commit 06952b0eee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ const visibility = $computed(() => STATUS_VISIBILITIES.find(v => v.value === sta
:card="status.card"
:class="status.visibility === 'direct' ? 'pb4' : ''"
:small-picture-only="status.mediaAttachments?.length > 0"
mt-2
/>
</StatusSpoiler>
</div>