fix: correct filtering numbers, text additions, css adaptions

Fix a lot of problems with CSS, Text and filter overview
This commit is contained in:
webfussel 2025-08-19 08:24:56 +02:00
parent 85d2ad60a2
commit fa44185781
3 changed files with 25 additions and 4 deletions

View file

@ -10,7 +10,7 @@
<NuxtLink class="inline-flex-row gap-sm side" to="/blog">
<span class="chip"
:class="{ 'dark' : route.query.category && Object.keys(allCategoriesAndCount).includes(route.query.category as string)}">Alle {{
articles?.length
(articles?.length ?? 0) + (externalPosts?.length ?? 0)
}}</span>
</NuxtLink>
</li>