fix: filtered post top border (#609)

This commit is contained in:
patak 2022-12-28 21:34:33 +01:00 committed by GitHub
parent 80d952efa3
commit 732011b520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,7 @@ const isSelf = $computed(() => status.account.id === currentUser.value?.account.
</div>
</div>
</div>
<div v-else-if="isFiltered" gap-2 p-4>
<div v-else-if="isFiltered" gap-2 p-4 :class="{ 'border-t border-base': newer }">
<p text-center text-secondary text-sm>
{{ filterPhrase && `${$t('status.filter_removed_phrase')}: ${filterPhrase}` }}
</p>