mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
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:
commit
cb8e3988e8
@ -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