Skip to content
Snippets Groups Projects
Commit 887f1def authored by Dave LiPuma's avatar Dave LiPuma
Browse files

handle poster attachment with tall subjects

parent 06cf8628
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment