1
0
mirror of https://github.com/D4M13N-D3V/neroshitron.git synced 2025-03-14 10:05:04 +00:00
This commit is contained in:
Damien Ostler 2024-06-03 02:29:09 -04:00
parent 6f5bf90a0b
commit f790a03c27

@ -122,7 +122,7 @@ function PageComponent() {
} }
return ( return (
<div className="w-full text-white flex justify-center items-center animate-in"> <div className="w-full h-screen text-white flex justify-center items-center animate-in">
<div className="w-full lg:w-1/2 rounded-md p-12 mt-14 "> <div className="w-full lg:w-1/2 rounded-md p-12 mt-14 ">
<div className="w-full flex pb-60"> <div className="w-full flex pb-60">
{gallery != null && ( {gallery != null && (
@ -223,10 +223,10 @@ function PageComponent() {
aria-hidden="true" aria-hidden="true"
> >
<div <div
className="absolute inset-0 bg-secondary-dark opacity-70 z-30" className="absolute w-full h-full inset-0 bg-secondary-dark opacity-70 z-30"
onClick={() => setOpen(true)} onClick={() => setOpen(true)}
></div> ></div>
<div className="absolute inset-0 overflow-y-auto overflow-x-hidden no-scrollbar pt-2 w-full p-20 z-30"> <div className="absolute inset-0 overflow-y-auto overflow-x-hidden no-scrollbar pt-2 w-full p-20 h-full z-30">
<Gallery <Gallery
id={gallery.name} id={gallery.name}
columns={3} columns={3}