Update gallery_thumbnail.tsx

This commit is contained in:
Damien Ostler 2024-06-02 00:31:19 -04:00
parent 4c564df94a
commit 97f2a31951

View File

@ -41,8 +41,8 @@ const GalleryThumbnail = ({ id, columns, onSelect, title,showNsfw, nsfw, subscri
}, [galleryId]); }, [galleryId]);
return ( return (
<div className="py-3 sm:max-w-xl sm:mx-auto flex-3 animate-fade-up animate-once animate-duration-1000 animate-ease-out animate-normal animate-fill-forwards"> <div className=" py-3 sm:max-w-xl sm:mx-auto flex-3 animate-fade-up animate-once animate-duration-1000 animate-ease-out animate-normal animate-fill-forwards">
<div className="h-48 overflow-visible w-full relative hover:scale-95 rounded-3xl"> <div className="h-48 overflow-visible w-full relative hover:scale-95 rounded-3xl" style={{ cursor: 'pointer' }}>
{!isLoading ? ( {!isLoading ? (
<> <>
<img <img