mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
Update gallery_thumbnail.tsx
This commit is contained in:
parent
4c564df94a
commit
97f2a31951
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user