Add files via upload

This commit is contained in:
Egor
2026-01-21 08:36:40 +03:00
committed by GitHub
parent 0eb4b8ccd7
commit b28b921abd
9 changed files with 22 additions and 22 deletions

View File

@@ -89,7 +89,7 @@ function ServerModal({ server, onSave, onClose, isLoading }: ServerModalProps) {
}
return (
<div className="fixed inset-0 bg-black/60 flex items-center justify-center z-50 p-4">
<div className="fixed inset-0 flex items-center justify-center z-50 p-4">
<div className="bg-dark-800 rounded-xl w-full max-w-lg max-h-[90vh] overflow-hidden flex flex-col">
{/* Header */}
<div className="flex items-center justify-between p-4 border-b border-dark-700">