mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
Add kun patch.
This commit is contained in:
@@ -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}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user