Add kun patch.

This commit is contained in:
2025-07-16 15:30:44 +08:00
parent ea8dbb90b9
commit 673d3067ab
10 changed files with 396 additions and 45 deletions

View File

@@ -87,8 +87,8 @@ export default function Navigator() {
}}
>
<FloatingToTopButton />
<div className="z-1 fixed top-0 w-full backdrop-blur h-16"/>
<div className="z-2 fixed top-0 w-full h-16 bg-base-100 opacity-80"/>
<div className="z-1 fixed top-0 w-full backdrop-blur h-16" />
<div className="z-2 fixed top-0 w-full h-16 bg-base-100 opacity-80" />
<div
className="navbar shadow-sm fixed top-0 z-3 lg:z-10 bg-transparent h-16"
key={key}

View File

@@ -20,7 +20,11 @@ export default function ResourceCard({ resource }: { resource: Resource }) {
navigate(`/resources/${resource.id}`);
}}
>
<div className={"card shadow hover:shadow-md transition-shadow bg-base-100-tr82"}>
<div
className={
"card shadow hover:shadow-md transition-shadow bg-base-100-tr82"
}
>
{resource.image != null && (
<figure>
<img