From 7c180cc5f323d8e88c86238f19c19255f59d9d6f Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 10 Jun 2020 09:40:02 -0400 Subject: [PATCH] Make modals wider on smaller screens --- css/80_app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 7c39e2dbf3..db5f788a96 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -4669,9 +4669,9 @@ img.tile-debug { right: 0; margin: auto; z-index: 50; - width: 50%; + width: 80%; min-width: 200px; - max-width: 600px; + max-width: 550px; } .modal .loader {