don't show quotes on compact display

This commit is contained in:
FloatingGhost 2022-07-25 13:17:33 +01:00 committed by Sam Therapy
parent 1ac46ce7ac
commit 473faa6b57
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -42,7 +42,7 @@
@pause="$emit('mediapause', attachment.id)"
/>
<div
v-if="status.quote"
v-if="status.quote && !compact"
class="quote"
>
<QuoteCard