feat: Update UI

This commit is contained in:
2025-11-28 19:55:35 +08:00
parent 4f1600296c
commit 26f5308d9a
3 changed files with 9 additions and 10 deletions

View File

@@ -410,7 +410,7 @@ function GalleryImage({ src, nfsw }: { src: string; nfsw: boolean }) {
<img
src={src}
alt=""
className={`w-full h-full object-contain transition-all duration-300 ${!show ? "blur-xl" : ""}`}
className={`w-full h-full object-cover transition-all duration-300 ${!show ? "blur-xl" : ""}`}
/>
{!show && (
<>