Skip to content

Commit

Permalink
style: add space between media attachment and preview card (elk-zone#441
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ayoayco authored Dec 16, 2022
1 parent 515b660 commit 06952b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/status/StatusDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 06952b0

Please sign in to comment.