mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
Update gallery.tsx
This commit is contained in:
parent
b1bd8ab67e
commit
58a10bcc41
@ -45,7 +45,7 @@ const Gallery = ({ id, columns, closeMenu }: GalleryProps) => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|
||||||
<div className="z-20 fixed left-6 bottom-4 w-100 h-20 bg-purple-900 bg-opacity-40 animate-in rounded-3xl" style={{ backdropFilter: 'blur(10px)' }}>
|
<div className="z-20 fixed left-1/3 bottom-4 w-100 h-20 bg-purple-900 bg-opacity-40 animate-in rounded-3xl" style={{ backdropFilter: 'blur(10px)' }}>
|
||||||
<div className='grid grid-cols-4 gap-4 pl-32 pr-4 pt-4 m-1 '>
|
<div className='grid grid-cols-4 gap-4 pl-32 pr-4 pt-4 m-1 '>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
@ -154,7 +154,7 @@ const Gallery = ({ id, columns, closeMenu }: GalleryProps) => {
|
|||||||
return (
|
return (
|
||||||
<div className="z-20">
|
<div className="z-20">
|
||||||
<button
|
<button
|
||||||
className="fixed bg-purple-800 hover:bg-purple-700 left-10 bottom-5 animate-in animate-once animate-duration-1000 animate-ease-out animate-reverse mb-4 py-2 px-4 rounded-lg no-underline flex items-center z-50"
|
className="fixed bg-purple-800 hover:bg-purple-700 left-1/3 ml-4 bottom-5 animate-in animate-once animate-duration-1000 animate-ease-out animate-reverse mb-4 py-2 px-4 rounded-lg no-underline flex items-center z-50"
|
||||||
onClick={() => close()}
|
onClick={() => close()}
|
||||||
>
|
>
|
||||||
<svg
|
<svg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user