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
1 changed files with 1 additions and 1 deletions

View File

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