mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
style: add space between media attachment and preview card (#441)
This commit is contained in:
parent
515b660446
commit
06952b0eee
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue