Make modal wider (800px) and taller (90vh) to fit buttons side by side

This commit is contained in:
2026-02-05 11:35:09 -05:00
parent 1ddb3954f3
commit 2153a24c86

View File

@@ -387,9 +387,9 @@
border: 1px solid var(--border);
border-radius: 12px;
padding: 24px;
max-width: 500px;
max-width: 800px;
width: 90%;
max-height: 80vh;
max-height: 90vh;
overflow-y: auto;
}