From 08423b8dae91ed135815b69df6733cefd96b9c33 Mon Sep 17 00:00:00 2001 From: Michael Datelle Date: Fri, 21 Feb 2025 14:12:48 -0500 Subject: [PATCH] fix: small modal window (#1183) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary by CodeRabbit - **Style** - Adjusted the modal’s width during transitions for a consistent full-width display. - Refined responsive behavior for improved modal display on smaller screens. Co-authored-by: mdatelle --- web/components/Modal.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/components/Modal.vue b/web/components/Modal.vue index 666115b38..f4274f487 100644 --- a/web/components/Modal.vue +++ b/web/components/Modal.vue @@ -107,6 +107,7 @@ const computedVerticalCenter = computed(() => { leave="duration-200 ease-in" leave-from="opacity-100 scale-100" leave-to="opacity-0 scale-95" + class="w-full" >