style: spoiler and filter UI improvements (#378)

This commit is contained in:
Ayo Ayco 2022-12-09 22:19:26 +01:00 committed by GitHub
parent 462e85dad0
commit deea8c0aab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -125,7 +125,9 @@ const avatarOnAvatar = $(computedEager(() => useFeatureFlags().experimentalAvata
</div>
</div>
</div>
<div v-else-if="isFiltered" gap-2 px-4>
<p>{{ filterPhrase && `${$t('status.filter_removed_phrase')}: ${filterPhrase}` }}</p>
<div v-else-if="isFiltered" gap-2 p-4>
<p text-center text-secondary text-sm>
{{ filterPhrase && `${$t('status.filter_removed_phrase')}: ${filterPhrase}` }}
</p>
</div>
</template>