mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-07-31 11:09:19 +00:00
Merge branch 'main' into chore-scale-on-hover-on-navbar-items
This commit is contained in:
commit
e16eed85f0
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user