fix(ui): tag filter title scrolls with the buttons

finxol.io ba0e48d7 efd83328

verified
Changed files
+3 -3
app
pages
public
+3 -3
app/pages/index.vue
···
Posts
</h2>
-
<section class="my-6 flex flex-row justify-between items-start gap-4">
+
<section class=" overflow-x-scroll my-6 flex flex-row justify-between items-start gap-4">
<p class="text-sm text-gray-500 dark:text-gray-400 w-max text-nowrap mt-1">
-
Filter posts:
+
Filter by tag:
</p>
-
<div class="overflow-x-scroll flex flex-row items-center">
+
<div class="flex flex-row items-center">
<button
v-for="tag in tags"
:key="tag"
public/fonts/orkney-regular.ttf

This is a binary file and will not be displayed.