Skip to content

Commit

Permalink
fix: donate overlay center
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Jun 20, 2023
1 parent 674345e commit ce48b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/shared/DonateButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const DonateButton = () => {
{overlayOpen && (
<>
<DialogOverlay />
<DialogContent className="fixed inset-0 z-[11] flex max-h-[70vh] max-w-[80vw] flex-wrap space-x-4 overflow-auto center">
<DialogContent className="fixed inset-0 z-[11] flex flex-wrap space-x-4 overflow-auto center">
{donate.qrcode.map((src) => (
<motion.img
exit={{ opacity: 0 }}
Expand Down

1 comment on commit ce48b33

@vercel
Copy link

@vercel vercel bot commented on ce48b33 Jun 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

springtide – ./

springtide-git-main-innei.vercel.app
springtide-innei.vercel.app
springtide.vercel.app

Please sign in to comment.