forked from AkkomaGang/akkoma-fe
handle poster attachment with tall subjects
This commit is contained in:
parent
06cf8628e5
commit
887f1def2e
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
||||||
<a v-if="showingMore" href="#" class="status-unhider" @click.prevent="toggleShowMore">Show less</a>
|
<a v-if="showingMore" href="#" class="status-unhider" @click.prevent="toggleShowMore">Show less</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="status.attachments && !hideSubjectStatus" class="attachments media-body">
|
<div v-if="status.attachments && (!hideSubjectStatus || showingTallSubject)" class="attachments media-body">
|
||||||
<attachment
|
<attachment
|
||||||
class="non-gallery"
|
class="non-gallery"
|
||||||
v-for="attachment in nonGalleryAttachments"
|
v-for="attachment in nonGalleryAttachments"
|
||||||
|
|
Loading…
Reference in a new issue