tangled
alpha
login
or
join now
finxol.io
/
blog
0
fork
atom
Personal blog
finxol.io
blog
0
fork
atom
overview
issues
pulls
pipelines
fix(ui): adjust tag filter badge
finxol.io
6 months ago
af00ae53
d6f845f3
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
1/1
deploy.yaml
success
34s
+2
-1
1 changed file
expand all
collapse all
unified
split
app
pages
index.vue
+2
-1
app/pages/index.vue
reviewed
···
68
68
v-for="tag in tags"
69
69
:key="tag"
70
70
:class="[
71
71
-
'flex px-2 py-1 mr-2 mb-2 w-max flex-row items-center gap-2',
71
71
+
'flex px-3 py-1 mr-2 mb-2 w-max flex-row items-center gap-1',
72
72
`${tag === filter ? 'bg-stone-500 dark:bg-stone-500 text-stone-100 dark:text-stone-100' : 'bg-stone-200 dark:bg-stone-700 text-stone-600 dark:text-stone-400'}`,
73
73
'rounded-full text-sm font-medium lowercase text-nowrap'
74
74
]"
···
79
79
name="ri:close-line"
80
80
size="1rem"
81
81
mode="svg"
82
82
+
class="-ms-1"
82
83
/>
83
84
{{ tag }}
84
85
</button>