feat(ui): Upgrade to Tailwind v4 (#5710)

This commit is contained in:
0x4e32
2025-05-14 18:43:23 +08:00
committed by GitHub
parent 57c3647ce7
commit c728e6f2ba
76 changed files with 1051 additions and 1846 deletions

View File

@@ -88,7 +88,7 @@
</div>
</a>
<div
class="flex flex-wrap gap-1 pt-1 group-hover:dark:text-white group-hover:text-black group min-h-6">
class="flex flex-wrap gap-1 pt-1 dark:group-hover:text-white group-hover:text-black group min-h-6">
<template x-for="tag in item.tags">
<a :href="`/tags/${tag.name}`" class="tag" x-text="tag.name">
</a>
@@ -134,7 +134,7 @@
</div>
</a>
<div
class="flex flex-wrap gap-1 pt-1 group-hover:dark:text-white group-hover:text-black group min-h-6">
class="flex flex-wrap gap-1 pt-1 dark:group-hover:text-white group-hover:text-black group min-h-6">
<template x-for="tag in item.tags">
<a :href="`/tags/${tag.name}`" class="tag" x-text="tag.name">
</a>
@@ -180,7 +180,7 @@
</div>
</a>
<div
class="flex flex-wrap gap-1 pt-1 group-hover:dark:text-white group-hover:text-black group min-h-6">
class="flex flex-wrap gap-1 pt-1 dark:group-hover:text-white group-hover:text-black group min-h-6">
<template x-for="tag in item.tags">
<a :href="`/tags/${tag.name}`" class="tag" x-text="tag.name">
</a>