handle poster attachment with tall subjects

This commit is contained in:
dave 2019-02-04 03:16:55 -05:00
parent 06cf8628e5
commit 887f1def2e
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
<a v-if="showingMore" href="#" class="status-unhider" @click.prevent="toggleShowMore">Show less</a>
</div>
<div v-if="status.attachments && !hideSubjectStatus" class="attachments media-body">
<div v-if="status.attachments && (!hideSubjectStatus || showingTallSubject)" class="attachments media-body">
<attachment
class="non-gallery"
v-for="attachment in nonGalleryAttachments"