mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-07-27 20:08:56 +00:00
Fix: Improved Add/Edit/Delete dialog sizing for better usability
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/9439abe8-8014-4250-bb20-2b07b2e4ae48.jpg
This commit is contained in:
@@ -475,7 +475,7 @@ export default function DnsRecordsPage() {
|
||||
|
||||
{/* Add Record Dialog */}
|
||||
<Dialog open={isAddRecordDialogOpen} onOpenChange={setIsAddRecordDialogOpen}>
|
||||
<DialogContent>
|
||||
<DialogContent className="max-w-2xl max-h-[90vh] overflow-y-auto">
|
||||
<DialogHeader>
|
||||
<DialogTitle>Add DNS Record</DialogTitle>
|
||||
<DialogDescription>
|
||||
@@ -715,7 +715,7 @@ export default function DnsRecordsPage() {
|
||||
|
||||
{/* Edit Record Dialog */}
|
||||
<Dialog open={isEditRecordDialogOpen} onOpenChange={setIsEditRecordDialogOpen}>
|
||||
<DialogContent>
|
||||
<DialogContent className="max-w-2xl max-h-[90vh] overflow-y-auto">
|
||||
<DialogHeader>
|
||||
<DialogTitle>Edit DNS Record</DialogTitle>
|
||||
<DialogDescription>
|
||||
@@ -955,7 +955,7 @@ export default function DnsRecordsPage() {
|
||||
|
||||
{/* Delete Confirmation Dialog */}
|
||||
<AlertDialog open={isDeleteDialogOpen} onOpenChange={setIsDeleteDialogOpen}>
|
||||
<AlertDialogContent>
|
||||
<AlertDialogContent className="max-w-md">
|
||||
<AlertDialogHeader>
|
||||
<AlertDialogTitle>Are you sure?</AlertDialogTitle>
|
||||
<AlertDialogDescription>
|
||||
|
||||
Reference in New Issue
Block a user