mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-11 15:09:14 +08:00
don't show quotes on compact display
This commit is contained in:
parent
37c7bb2ca5
commit
6d21eef32c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
@pause="$emit('mediapause', attachment.id)"
|
@pause="$emit('mediapause', attachment.id)"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
v-if="status.quote"
|
v-if="status.quote && !compact"
|
||||||
class="quote"
|
class="quote"
|
||||||
>
|
>
|
||||||
<QuoteCard
|
<QuoteCard
|
||||||
|
|
Loading…
Reference in a new issue