Merge branch 'chore-scale-on-hover-on-navbar-items' of https://github.com/D4M13N-D3V/neroshitron into chore-scale-on-hover-on-navbar-items

This commit is contained in:
Damien Ostler 2024-06-01 06:38:44 -04:00
commit cb8e3988e8

View File

@ -41,6 +41,7 @@ const Galleries = ({ nsfw, tags, search }:TagProps) => {
return (
<div className="absolute inset-0 mx-auto ml-16 md:ml-0 pt-48 p-4 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-y-60 gap-x-4 animate-in overflow-y-scroll no-scrollbar z-0">
{galleries && galleries.map((gallery:any, index) => (
<GalleryThumbnail
key={gallery.name + " " + nsfw}