1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-07 06:25:19 +02:00

Fix off-center modals

This commit is contained in:
Zach Gollwitzer 2025-02-12 11:57:31 -05:00
parent a82c0303ce
commit 08a2d35308
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<dialog id="turbo-confirm" class="max-w-[420px] w-full rounded-xl">
<dialog id="turbo-confirm" class="max-w-[420px] w-full rounded-xl m-auto">
<form method="dialog" class="p-4">
<div class="flex flex-col mb-4">
<div class="flex justify-between mb-2 gap-4">