mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-02 23:19:57 +00:00
fix: filtered post top border (#609)
This commit is contained in:
parent
80d952efa3
commit
732011b520
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ const isSelf = $computed(() => status.account.id === currentUser.value?.account.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</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>
|
<p text-center text-secondary text-sm>
|
||||||
{{ filterPhrase && `${$t('status.filter_removed_phrase')}: ${filterPhrase}` }}
|
{{ filterPhrase && `${$t('status.filter_removed_phrase')}: ${filterPhrase}` }}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue