Add files via upload

This commit is contained in:
Egor
2026-01-21 08:37:08 +03:00
committed by GitHub
parent b28b921abd
commit f2f93a3799
2 changed files with 2 additions and 2 deletions

View File

@@ -262,7 +262,7 @@ export default function ConnectionModal({ onClose }: ConnectionModalProps) {
// Desktop centered - positioned higher
return (
<div className="fixed inset-0 bg-black/60 z-[60] flex items-start justify-center p-4 pt-[8vh]" onClick={handleClose}>
<div className="fixed inset-0 z-[60] flex items-start justify-center p-4 pt-[8vh]" onClick={handleClose}>
<div
className="relative w-full max-w-md max-h-[85vh] bg-dark-900 rounded-2xl border border-dark-700/50 shadow-2xl flex flex-col overflow-hidden"
onClick={e => e.stopPropagation()}

View File

@@ -464,7 +464,7 @@ export default function TopUpModal({ method, onClose, initialAmountRubles }: Top
</>
) : (
<div
className="fixed inset-0 bg-black/60 z-[60] flex items-start justify-center p-4 pt-[10vh]"
className="fixed inset-0 z-[60] flex items-start justify-center p-4 pt-[10vh]"
onClick={handleClose}
>
<div