fix: filtered post top border (#609)

pull/620/head
patak 2022-12-28 21:34:33 +01:00 zatwierdzone przez GitHub
rodzic 80d952efa3
commit 732011b520
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>