From dbf978aabe15a7106cb731fc96b283008ea2ff70 Mon Sep 17 00:00:00 2001 From: rakRandom <112525075+neoRandom@users.noreply.github.com> Date: Tue, 7 Jan 2025 03:21:16 -0300 Subject: [PATCH] feat: add minimum width to modal --- src/styles/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/main.css b/src/styles/main.css index f689f66c..9f8436bb 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -597,6 +597,7 @@ body:has(.modal-overlay) { .modal { background-color: var(--clr-bg-secondary); width: fit-content; + min-width: 50%; max-width: 1000px; max-height: 90%; border-radius: var(--br-lg);